rafaelpadilla/object-detection-metrics

Most popular metrics used to evaluate object detection algorithms.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 7 minutes ago
Added to GitGenius on September 13th, 2026
Created on May 23rd, 2018
Open Issues & Pull Requests: 1 (+0)
GitHub issues: Enabled
Number of forks: 1,027
Total Stargazers: 5,102 (+0)
Total Subscribers: 64 (+0)

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 0
New in 7 days: 0
Closed in 7 days: 0
Avg open age: N/A days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • no-issue-actvity (2)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Object Detection Metrics is a Python library that implements standard evaluation metrics for object detection algorithms.

The tool addresses the need to rigorously measure object detection performance using established methodologies. It computes metrics including average precision, mean average precision, and precision-recall curves, which are fundamental to assessing how well detection models identify and localize objects in images. The implementation follows the evaluation protocols used in computer vision benchmarks, enabling consistent and comparable results across different detection systems.

Developers working on object detection projects should adopt this tool when they need standardized evaluation rather than ad-hoc measurement approaches. It suits anyone building or comparing detection models, from researchers validating new architectures to practitioners deploying detection systems in production. The library is particularly valuable for projects that must report results compatible with established benchmarks, as it implements the metrics those benchmarks use.

The project maintains a focused scope on core detection metrics without attempting to cover broader machine learning evaluation concerns. Development activity shows consistent engagement with the codebase through bug fixes and refinements to metric calculations. The maintainers respond to issues raised by users and incorporate corrections that improve the accuracy of computed metrics.