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.
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?
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.
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,