Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do I get mAP? #12

Open
skyw opened this issue Jan 24, 2018 · 7 comments
Open

How do I get mAP? #12

skyw opened this issue Jan 24, 2018 · 7 comments

Comments

@skyw
Copy link

skyw commented Jan 24, 2018

The test_yolo_v2.py script doesn't seem to read the ground truth in .xml files and compute mAP.

@ByeongHeonYOO
Copy link

There is the part calculating mAP in tools/test_detection.cpp(line 83 computeAP function).

@endles
Copy link

endles commented May 21, 2018

Hello, I would like to ask the test_detection.cpp you run out?I have some problem to run test_detection.cpp to compute mAP @ByeongHeonYOO

@ByeongHeonYOO
Copy link

@endles
Hi, I just executed test_darknet_v3.sh after editing some part(like gpu number and model location).
Could you explain what kind of problem did you have?
(please forgive my poor English skills..;)

@endles
Copy link

endles commented May 21, 2018

@ByeongHeonYOO
thank you for your reply,I now know that the problem is in the graphics card driver, but it has not yet been resolved. Another problem I have is that the test_detection.cpp don't has Code of draws the box. Is the measured mAP value still accurate? Did you know that a complete target detection program can measure the mAP value?Thanks again

@ByeongHeonYOO
Copy link

@endles
In fact, I am also struggling with mAP. I trained yolo-voc model, but its test mAP was too low. So, i'm looking for a solution.
And about drawing box , i think that might be possible if you use output of yolo with opencv. (the results of yolo are consists of class, x, y, w, h) in this project.

@endles
Copy link

endles commented May 22, 2018

@ByeongHeonYOO
thank you for your reply,you said use output of yolo with opencv,Is this part of the code self-written?Is there in this project?

@ByeongHeonYOO
Copy link

@endles
Sorry for late reply. I think opencv libarary related source code is not in this repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants