Cartucho / mAP

mean Average Precision - This code evaluates the performance of your neural net for object recognition.
Apache License 2.0
2.93k stars 910 forks source link

If there are no targets being detected, these pictures will not be put into calculation. Will this influence the accuracy? #151

Open Mangloryx opened 3 years ago

kimkimyoung commented 3 years ago

I have the same question. One of my model detect less object in test set than another, but after intersect.py, its mAP is even higher.

kidcad1412 commented 1 month ago

I have the same question. One of my model detect less object in test set than another, but after intersect.py, its mAP is even higher. do you solve this question?I'm confused about moving no targets ground truth files.