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

Error in Pascal Voc Evaluator (classes_frames_gt_bbs) #96

Closed andrearakel closed 2 years ago

andrearakel commented 2 years ago

Discussed in https://github.com/rafaelpadilla/review_object_detection_metrics/discussions/95

Originally posted by **andrearakel** March 7, 2022 errormsg I get this error message after clicking 'run'. Both show ground-truth statistics and show detection statistics output correct bbox and detections. (Everything works correctly if I delete the most recent changes in the pascal voc evaluater file.)
rafaelpadilla commented 2 years ago

Hi @andrearakel ,

Thank you for your message. A couple days ago a new PR was created and most probably that it was the cause of this problem.

I have just reverted this PR. Could you please, pull the code and see if now works?

Best regards, Rafael

andrearakel commented 2 years ago

It works now, thank you :)