centermask2
centermask2 copied to clipboard
What is the default input size for Centermask-Lite?
Dear @youngwanLEE , in your paper you mention this:
"Unless specified, the input image is resized to have 800 pixels [21] along the shorter side and their longer side less or equal to 1333 (........) For Centermask-Lite, [580, 600] scale jittering is used for training."
If I train my custom dataset with Centermask-Lite and without changing the value of these in the config file:
INPUT:
MIN_SIZE_TRAIN:
(580,
600)
MAX_SIZE_TRAIN:
1000
MIN_SIZE_TEST:
600
MAX_SIZE_TEST:
1000
To which input image size (in pixels) will my images be resized, when they originally are 2028x1520?
Many thanks!