Are There any special image size for detectron2 train? #4688
ahmettkilc
started this conversation in
General
Replies: 0 comments
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.
-
I wanna try 5184x3480 images to train but it does not work and when i try to slice my images(800,800) it still does not work. Is there any size spesification. Up to my observation Detectron 2 must be multiples of 32 for image size. Is there any sort of work for example or suggestion? I tried also change from _C.INPUT.MIN_SIZE_TEST = 800, _C.INPUT.MAX_SIZE_TEST = 1333 to _C.INPUT.MIN_SIZE_TEST = 3500, _C.INPUT.MAX_SIZE_TEST = 5333 it does not work.
Beta Was this translation helpful? Give feedback.
All reactions