CenterNet
CenterNet copied to clipboard
I used a2d2 dataset, the input image size is 1208 X 1920. Should I modify the image size to the same size as coco dataset before feed into the model for fine turning/
I used a2d2 dataset, the input image size is 1208 X 1920. Should I modify the image size to the same size as coco dataset before feed into the model for fine turning? Can main.py convert both image and annotation to the target size of 512X512?
yes, it is recommended to do that, or if you are ok with 512x512, then it shouldn't be a problem
What is best size when u input the image?Is the default 12081920 best or Using the 512512 best?