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

zero values #94

Closed serenadimaggio closed 2 years ago

serenadimaggio commented 2 years ago

Hi, I have a problem regarding metrics' values, because they are all zero and I can't understand why! I'm using the zip repository that I attach here, where the ground truth box and the detection box have an IoU of 0.75. My gt annotations are in absolute values, while my dt annotation is left, top, right, bottom. What is my error?

ten.zip

gonewiththewind1939 commented 1 year ago

Have you solved this issue? because I have meet a similar issue.