You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: