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 to calculate mAP@[0.5:0.99]? #165

Closed
sourabhyadav opened this issue Mar 23, 2022 · 2 comments
Closed

How to calculate mAP@[0.5:0.99]? #165

sourabhyadav opened this issue Mar 23, 2022 · 2 comments

Comments

@sourabhyadav
Copy link

sourabhyadav commented Mar 23, 2022

Is there a way to calculate mAP@[0.5:0.99] using command line?
I see there is a parameter -t which takes single input say 0.5, is it possible to make it a for a range of values and get the mAP?

How can I do the same?

@rafaelpadilla
Copy link
Owner

Hi @sourabhyadav ,

You would have to run the script multiple times varying the threshold.

If your detection and ground-truth files are locally, you can use this project to compute the mAP@[0.5:0.99] metric easily.

Hope that helps.

@github-actions
Copy link

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

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

No branches or pull requests

2 participants