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.09k stars 215 forks source link

Cann't show ground-truth statistics with coco annotation files #45

Closed sunny123123 closed 3 years ago

sunny123123 commented 3 years ago

Can't not choose coco annotation file, because coco annotations just one file. Your tool just can choose a directory. image

what's wrong with my operations?

rafaelpadilla commented 3 years ago

Hi@sunny123123,

Thank you for your message.

The option selects a directory, because if other options are selected, such as PASCAL for example, you are expected to select multiple files.

Please, put your COCO .json file in a directory containing only the .json file.

sunny123123 commented 3 years ago

oh, thanks for you reply quickly. You solved my problem. Thanks