Cartucho/mAP
mean Average Precision - This code evaluates the performance of your neural net for object recognition. observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3100
- days_rel: n/a
- days_push: 748
- n_releases_24m: 0
Adoption not part of the score
2966 stars · 918 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Python library and script that computes mean Average Precision (mAP) for object detection models, adapted from the official PASCAL VOC 2012 Matlab evaluation code. It matches detection results against ground-truth annotations using IoU >= 0.5, builds precision/recall curves, and reports per-class AP plus the overall mAP.
Use cases
- evaluate object detection model accuracy with mAP
- compute pascal voc mean average precision in python
- compare yolo detections against ground truth annotations
- generate precision recall curves for detection results
- measure IoU-based detection performance per class
- benchmark neural net object recognition performance
When to choose
- you need the standard PASCAL VOC mAP metric for object detection evaluation
- you have detection results and ground-truth files and want per-class AP plus overall mAP
- you want a lightweight Python evaluation script compatible with YOLO/Darknet-style outputs
When to avoid
- you need COCO-style metrics such as AP@[.5:.95] or AR
- you want a training framework or model inference library rather than an evaluation tool
- you need real-time evaluation integrated into a training loop with GPU acceleration
Facets
library · maturity maintenance
machine-learning computer-vision data-visualization benchmarking machine-learning computer-vision deep-learning python cross-platform cli mean-average-precision pascal-voc object-detection-metrics iou precision-recall yolo darknet evaluation-metrics detection-evaluation ground-truth algorithms
1 source
- readme: https://github.com/Cartucho/mAP · fetched 2026-08-28 · deac9d89baf0
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Cartucho/mAP | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem