question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How to Calculate mAP using log training results?

See original GitHub issue

I have a conceptual question about the way that the mAP is calculated. Because in the output file log.txt after each iteration I have:

image

in the case of e.g. "1: 799.219543, 799.219543 avg, 0.000000 rate, 654.661284 seconds, 24 images" I recognize the six variables as iteration, total loss, loss error, rate, time and number of images, but I don’t know where comes from the percentual mAP. Please any explanation?

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
tenten1010commented, Apr 16, 2020

Well if you have IOU, you can just calculate TP and FP, then Precision and Recall, and finally, get mAP from Precision and Recall. Here’s a library. https://github.com/Cartucho/mAP

0reactions
Leprechaultcommented, Apr 16, 2020

Well if you have IOU, you can just calculate TP and FP, then Precision and Recall, and finally, get mAP from Precision and Recall. Here’s a library. https://github.com/Cartucho/mAP

Exactly @tenten1010. But I"de like to understand the output and rearrange the Region Avg IOU, Avg Recall and count variables for create a table with the accuracy values and two distinct blocks of the true positive (TP) and the false positive (FP). Is possible?

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Calculate Mean Arterial Pressure (MAP) | NursingCenter
Another way I have found to get a closer MAP is to add the heart rate divided by 10. i.e. HR = 60,...
Read more >
Mean Average Precision (mAP) Explained: Everything You ...
The mAP is calculated by finding Average Precision(AP) for each class and then average over a number of classes. Mean Average Precision Formula....
Read more >
Mean Arterial Pressure (MAP) Calculation Formula Explained ...
Notes: · More NCLEX Reviews : · Facebook: · Instagram: · Subscribe: · Nursing School Supplies: · Popular Playlists: NCLEX Reviews : ·...
Read more >
Calculating Tensorflow Object Detection Metrics with Python
Viewing Training Results and Loss inside of Tensorboard 2. ... Calculating Mean Average Precision ( mAP ) and Average Recall (AP) for Object ......
Read more >
Mean Average Precision (mAP) in Object Detection
Record every detection along with the Confidence score · Calculate Precision and Recall · Plot Precision-Recall graph · Calculate Average Precision ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found