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

Can i disable resize image while training if my image size is less then 800*1333 #80

Open
amardeepjaiman opened this issue May 2, 2019 · 1 comment

Comments

@amardeepjaiman
Copy link

amardeepjaiman commented May 2, 2019

Hi,

Just wanted to know as in RetinaNet we can give any size input to network. Should we resize the images before feeding it to network to 800x1333 as mentioned in generator.py code. My images are already 500x500. Can i disable resizing the images otherwise my images will be resized to 800x1333.

@hgaiser
Copy link
Contributor

hgaiser commented Jul 25, 2019

The functionality to set the image-min-side and image-max-side got added to retinanet at some point. If you want, you could make a PR to do the same for keras-maskrcnn. You can then set the image-min-side and image-max-side to 500 and 500 respectively.

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