Mean average precision, or mAP, is the standard headline metric for object detection and instance segmentation. It averages the average precision across all classes, and often across a range of intersection over union thresholds, into a single score that summarizes overall detection quality.
| Convention | What it measures |
|---|---|
| mAP at IoU 0.5 | Correct detections with loose localization |
| mAP at IoU 0.75 | Correct detections with tight localization |
| mAP averaged over 0.5 to 0.95 | Overall quality across localization strictness |
