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

usage of measure_map #120

Open
Karan-Choudhary opened this issue Jan 15, 2022 · 1 comment
Open

usage of measure_map #120

Karan-Choudhary opened this issue Jan 15, 2022 · 1 comment

Comments

@Karan-Choudhary
Copy link

for what measure_map specifically used??

@deepchokshi
Copy link

mAP (Mean Average Precision) is a metric to measure the accuracy of various object detection models. You can measure mAP for different IoU thresholds (eg: 0.5, 0.7 0.9).
Steps to calculate maP:

  1. Calculate precision and recall for all the bounding boxes(with different IoU).
  2. Use the point interpolation method to plot the graph of recall versus precision.
  3. Take the average of all interpolation values to get the Average Precision.
  4. Take the mean of all AP with different IoU. The result will be the final mAP.

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

2 participants