-
Notifications
You must be signed in to change notification settings - Fork 784
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
Question mAP #27
Comments
I have yet to commit the evaluation code. It's very messy now. But it's coming soon. P/S: I modify the code from https://github.com/cocodataset/cocoapi/. |
I have written my own code based on VOC evaluation. But i think my results are wrong. My mAP results for original tiny Yolo on VOC 2007 is 44 and not 57 :( |
I am using this implementation for mAP https://github.com/MathGaron/mean_average_precision (at the moment is not interpolated and by default it computes the precision-recall curve in 11 points).
It seems it's working fine so it might be helpful for somebody. |
Sir I have been trained it after 3 ephocs it gives me error as killed and loss not yet decreased.how would I fix these in code "after 3 ephocs it killed", but I want it doesn't kill after 3 ephocs. |
Hi, |
@alessandro-montanari can you help me to calculate mAP using that repo? i do not understand it . Can you explain me which files i need to prepare to run? i have trained keras_yolo2 model using thsi repo. now i want to calculate mAP using this model. which other files i need and how to run the other repo for mAP? Can you provide your email address? |
@mrannadinc yes that is normal! work with training parameters; learning rate etc. |
Did anyone tried squeezenet? I trained squeezenet, the training went fine, in converged and loss dropped to 0.01, but when I trying to test it, nothing is detected. Did anyone experience this? --thankyou |
Hello, I trained yolov2 using all explanations with 12 classes but it is detecting only 8 classes but not all 12. Can anyone please help me with increasing the accuracy of the yolov2 model. Hoping for the reply as soon as possible. TIA |
The rest of the classes may have few training objects in the images. Just
train for some more iterations.
…On Thu, Apr 2, 2020 at 6:29 PM Kishore Mohit ***@***.***> wrote:
Hello,
I trained yolov2 using all explanations with 12 classes but it is
detecting only 8 classes but not all 12. Can anyone please help me with
increasing the accuracy of the yolov2 model.
Hoping for the reply as soon as possible.
TIA
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#27 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AG4GR5E6UOA47IIJPWCEBNTRKRSKNANCNFSM4D764XJA>
.
|
Hi, thanks for posting your code :)
I have a question about mAP. I dont understand how to compute this metric.
I saw that you calc it but can´t find it in your code.
Thank you!
The text was updated successfully, but these errors were encountered: