Cartucho / mAP

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

When one bounding box has multiple detected result #98

Open kaka1346 opened 4 years ago

kaka1346 commented 4 years ago

Hi Developer,

I have a model that can return more result in one predicted box with confidence score, like bellow Been 0.4901 68 280 196 611 Coffee 0.4475 68 280 196 611 Apple 0.4455 68 280 196 611

Should i update all result in all above result in the detected .txt file or just update one result which have highest score ?

Thank in advance

Cartucho commented 4 years ago

Usually, for each bounding box, we only use the one with highest confidence score