Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not understanding the inputs to the pretrained model #156

Open
91parthparikh opened this issue Jun 6, 2022 · 0 comments
Open

Not understanding the inputs to the pretrained model #156

91parthparikh opened this issue Jun 6, 2022 · 0 comments

Comments

@91parthparikh
Copy link

91parthparikh commented Jun 6, 2022

During inference part we send two inputs to the network.

output,feature = net(input,inputcoord)

As input is a patch size of 96x96x96 and inputcoord is a patch size of 24x24x24x3. When I looked at the values of inputcoord they are ranging from the -0.5 to 0.5. I am unable to understand the reason for having a negative valued anchor boxes.
Generally faster rcnn has normalized anchor boxes of image size with set of height and width, where as here all the values for inputcoord are ranging from [-0.5, 0.5].

Is there a relation between input and inputcoord ? Because input and inputcoord are normalized in [-0.5, 0.5] range.

Is it a different way to initialize the anchor boxes ? It would be helpful if you can explain it briefly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant