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

map is 0 #152

Open hoangnhancs opened 3 years ago

hoangnhancs commented 3 years ago

hello. i don't know why mAP is 0. Althought my model so good, i check it predict so good

qhur135 commented 3 years ago

I suggest that you check the predict files and the ground-truth files are SAME FORMAT. For example, if you saved predict files [xmin, ymin, xmax, ymax], you should save ground-truth files same format.