Cartucho / mAP

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

different mAP with Alexey darknet #164

Open Sammytop123 opened 2 years ago

Sammytop123 commented 2 years ago

Hi,

I got a test set of 121 images. When I run your script I get : image

But when I calculate my AP and mAP with the ./darknet detector map command I get: image

Any ideas why this happens?

Audrey528 commented 2 years ago

@Sammytop123 Are some paremeters, like CONF_THRESH, IOU_THRESHOLD, the same when you get prediction boxes?

qe903121 commented 1 year ago

the same problem CONF_THRESH=0.25 IOU=0.5