Some Instance Segmentation COCOEvaluator mAP scores are suspiciously round numbers (e.g. 90.000 mAP) or "NaN" #4726
Unanswered
Robotatron
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Everything works fine with the public COCO dataset. However when using my custom dataset for instance segmentation in a polygon format, when training with Mask2Former some class mAP scores are suspiciously round numbers (e.g. 90.000 mAP or 50.0000) or "NaN".
Default trainer used with the COCOEvaluator:

I would be glad to hear how can I pinpoint the issue with the COCOEvaluator
Beta Was this translation helpful? Give feedback.
All reactions