WXinlong / SOLO

SOLO and SOLOv2 for instance segmentation, ECCV 2020 & NeurIPS 2020.
Other
1.68k stars 306 forks source link

How can I improve AP accuracy on my dataset #243

Open blurmemo opened 1 year ago

blurmemo commented 1 year ago

Hi! I am using solov2 to train my dataset, but the size of the images in my dataset is different from coco dataset. The aspect ratio of the images is 3:4 or 1:1 (I resize the original dimensions and scale to the image scale(height = 1080)). So how can I adjust num_grids and scale_ranges to get better AP. Can you give some suggestions? For example how can I calculate to get num_grids which can make model perform better, whether can I reset scale_ranges value to get better result or not? Thank you! @WXinlong