rafaelpadilla / review_object_detection_metrics

Object Detection Metrics. 14 object detection metrics: mean Average Precision (mAP), Average Recall (AR), Spatio-Temporal Tube Average Precision (STT-AP). This project supports different bounding box formats as in COCO, PASCAL, Imagenet, etc.
Other
1.08k stars 215 forks source link

Detection outperforms Ground Truth! #110

Closed yaz94 closed 2 years ago

yaz94 commented 2 years ago

Hello there,

A quick question, will the metric findings change if I obtain more detection than my ground truth? or the tool only look at the ground truth's annotations?

for example:

gt anno >> 2 objects my anno >> 5 objects

In this case the tool will only look at the 2 detections, am I right?

Thanks in advance, Y,

github-actions[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.