mAP icon indicating copy to clipboard operation
mAP copied to clipboard

results are different from pycocotools

Open Shawnnnnn opened this issue 6 years ago • 1 comments

I have tried to use same gt and predictions to caculate mAP with this script and pycocotools, then I got different results, why? The mAP with this script is lower than pycocotools, it seems FP is high and they are from those bboxs with very low scores. Is pycocotools filtering a lot of bboxes with very low scores? How can I get same mAP from this script? Thanks for your work!

Shawnnnnn avatar Oct 31 '19 11:10 Shawnnnnn

Did you check the IoU threshold for both the scripts?

ashok-arjun avatar Jun 22 '20 14:06 ashok-arjun