Replies: 1 comment
-
The answer is that it adds padding. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
https://detectron2.readthedocs.io/en/latest/modules/config.html#config-references
I am a bit confused how _C.INPUT.CROP.SIZE for data augmentation works in the config file
I have images that are all in 512x384 size.
However when I use SIZE: (640, 640) for CROP, it trains and gives ok results without any issues.
I thought the CROP needs to be smaller than the image size?
Beta Was this translation helpful? Give feedback.
All reactions