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
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: