pjreddie / darknet

Convolutional Neural Networks
http://pjreddie.com/darknet/
Other
25.86k stars 21.33k forks source link

Incongruency using the mAP function. #2626

Open GaloIglesias opened 11 months ago

GaloIglesias commented 11 months ago

Hello. I am currently using darknet for one of my Computer Vision projects and I have come up with something that does not make much sense. When I run ! ./darknet detector map data/obj.data cfg/yolo-obj.cfg backup/yolo-obj_best.weights to test the model, I get the following output: image How can I get a precision of 92.7% with that distribution of FP (102) and TP (39)? Is there something I am not seeing. Thanks in advance for the help! Galo.