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

Image input size #304

Open
kamadforge opened this issue Aug 23, 2016 · 1 comment
Open

Image input size #304

kamadforge opened this issue Aug 23, 2016 · 1 comment

Comments

@kamadforge
Copy link

What is the input size to Faster R-CNN framework? The paper says the image is resized so that the smaller side is 600 pixels long. But the network has to take images of fixed size, doesn't it? And in the test time the images are 224x224. So the detection is run on smaller images?

@chankim
Copy link

chankim commented Aug 23, 2016

All the layers' input /output (bottom/top) blob sizes are determined from first image blob size. Before processing the forward step, it reshapes for the input blob size. If the original input image is too big, it is resized down so that smaller side is 600 pixesl long but if it is too small it is expanded if I remember correctly.

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

2 participants