Replies: 1 comment 3 replies
-
Yes the default AP calculations include AP50, AP75 which are set within the COCO. You want AP30 then you may want to evaluate your model at an IoU of 0.3. You probably want to change the IoU thresholds that the COCO evaluator in Detection2 uses. Have you checked COCO Evaluator? You may want to modify this IoU thresholds to AP30 (0.3) |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I would like to evaluate my object detection model on a lower AP score than the default values of the coco metrics, which give AP50, AP75 and the AP0.5:0.95. Specifically I would like to set the AP score to 30. Can someone help me how to do this? I can't find the spot for modification in the detectron2 documentation. Thanks a lot!
Beta Was this translation helpful? Give feedback.
All reactions