zhang-tao-whu / e2ec

E2EC: An End-to-End Contour-based Method for High-Quality High-Speed Instance Segmentation
Other
214 stars 45 forks source link

How to test coco datasets? #8

Closed cuiwenting87 closed 2 years ago

cuiwenting87 commented 2 years ago

Hello, Could you tell me how to modify the size when I want to test the coco datasets, because the coco dataset is of any size.I have try once,but the AP was 0, so I think weather the size is wrong. 微信图片_20220517210655

zhang-tao-whu commented 2 years ago

The json file corresponding to coco's test set does not contain the segmentation annotations, so it cannot be evaluated locally for accuracy. You need to submit the json file generated during the testing process to the coco dataset official website for accuracy evaluation. The README.md describes how to do this, including the coco and cityscapes test sets.