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

Confused about confidence #30

Open kylynf opened 6 years ago

kylynf commented 6 years ago

Hi!

First off thank you for creating this repo. I've been looking for something to test the accuracy of my data.

I trained and tested following AlexeyAB's step by step guide. Everything works well. But now when I go for testing using this repo I was curious about how to get confidence for the predicted object files. I see that in the extras folder there is a script to convert from YOLO to the predicted format but the way mine works is I run the command to test a single picture so how would that work trying to save for mAP? I think I need to have bounding boxes of predictions similar to my labels but am unsure of how to do this. Any help is appreciated. Thank you!

Cartucho commented 6 years ago

Hello, I think in AlexeyAB's repo there is an option for giving a list of images produce a list of predictions (with a confidence level, bounding boxes, and class name). There should be something in his README or issues about this. Let me know if you need me to look for it.

maikatouzet commented 5 years ago

Hey @kylynf ! Did you fix your problem ? And if so, how ? I am struggling with the same thing... Thank you!

Cartucho commented 5 years ago

@maikaa what are you struggling with? Getting the confidence score of your detections?

maikatouzet commented 5 years ago

@Cartucho getting the confidence score is my first problem, then I guess I'll have to insert them in the .txt files I already have, which is the second part of my problem...

Cartucho commented 5 years ago

which object detector are you using? (: darknet?

maikatouzet commented 5 years ago

Yes, I am using Yolov3 on darknet