#247 · Primary category: Computer Vision
mAP
mean Average Precision - This code evaluates the performance of your neural net for object recognition.
Project last updated:08/15/24
GitHub Stars
3.0K
Forks
918
Contributors
12
License
Apache-2.0
Why we included this project
Training a detector is only half the job; you also need a defensible way to grade it. This is a clean Python port of the mAP metric from PASCAL VOC 2012, which compares your model's detections against ground-truth boxes, matches them by label and IoU, builds precision/recall curves per class, and collapses them into a single score. Because it follows the official MATLAB reference implementation, the numbers line up with published results. Setup is just dropping ground-truth and detection text files into the input folders and running one script, with converters included for common formats like PASCAL VOC, YOLO, and darkflow. It's a small utility rather than a framework, so it slots into an evaluation step after your own pipeline has produced detections.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)