GrokCV / HazyDet

Apache License 2.0
33 stars 9 forks source link

Performance metrics #4

Closed cdzheng2g closed 3 weeks ago

cdzheng2g commented 3 weeks ago

Is the test performance index mAP in the paper experiment mAP50-95?

ironmanfcf commented 3 weeks ago

Yes, we used the default coco accuracy metric in mmdet, and the mAP mentioned in the paper is actually mAP50-95:0.05. I suggest you refer to the website for specific information: https://github.com/open-mmlab/mmdetection/blob/main/mmdet/evaluation/metrics/coco_metric.py.