faster-coco-eval
Faster interpretation of the original COCOEval
What it is and what it does
Faster-COCO-Eval is a drop-in replacement for COCO metric evaluation that accelerates computation through C++ optimizations. It computes standard object detection, instance segmentation, and keypoint detection metrics while maintaining a compatible API, so existing code can switch with a single initialization call. The package depends only on numpy and is distributed as prebuilt wheels for Python 3.7–3.13 across common platforms.
The library is actively maintained with recent commits and supports Python 3.7–3.13. It claims significant speedup on large datasets and includes support for extended metrics, alternative dataset formats, and visualization tools available via the [extra] install variant. The fact sheet records no known security vulnerabilities.
Use it for:
- Accelerate evaluation loops during model training or hyperparameter tuning when using COCO-format annotations.
- Replace existing COCO evaluation in detection pipelines without code changes.
- Evaluate instance segmentation or keypoint detection tasks where metric computation is a bottleneck.
- Generate error visualizations and metric analysis for model debugging.
- Run large-scale evaluations where computation time directly impacts iteration speed.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Faster-COCO-Eval provides a high-performance replacement for COCO metric evaluation that accelerates object detection, instance segmentation, and keypoint detection result computation through C++ optimizations while maintaining a compatible API.
Yes, with conditions. Install if you use COCO-format evaluation and want measurable speedup without rewriting code—the compatible API and prebuilt wheels make adoption low-friction. Verify the license from the repository first, especially in commercial contexts. The package is actively maintained, has no known vulnerabilities, and passes extensive test coverage, but the unclear license treatment requires a prerequisite check.
Install
faster-coco-eval on PyPI
pip
pip install faster-coco-evaluv
uv add faster-coco-evalpoetry
poetry add faster-coco-evalInstalling faster-coco-eval
Before you install
Medium install friction due to platform-specific compiled wheels, but prebuilt binaries are available for Python 3.10–3.13 across macOS (ARM), Linux (x86_64, aarch64), and Windows (x64, ARM64). Maintenance is active with recent commits and no known vulnerabilities.
License in practice
License treatment is unclear—no SPDX identifier or raw license text is recorded in the fact sheet. Before adopting this package in a commercial or copyleft-sensitive context, verify the actual license from the repository.
Quickstart
pip install faster-coco-eval
import faster_coco_eval
faster_coco_eval.init_as_pycocotools()
# Now use standard COCO evaluation API
# Load annotations and predictions, then evaluate
val.evaluate()
val.accumulate()
val.summarize()
Requires numpy as a runtime dependency; prebuilt wheels exist for Python 3.7–3.13 on major platforms, but older or exotic architectures may require compilation.
Verify before relying
- Exact performance improvement (3-4x claimed) on your specific hardware and dataset size.
- Whether the [extra] installation variant has additional dependencies beyond numpy.
- Compatibility with custom IoU types and alternative dataset formats in practice.
Package facts
| License | not declared (unclear) |
| Python support | supports the current Python release (>=3.7) |
| Install friction | medium — platform-specific wheel |
| Runtime dependencies | 1 — numpy |
| Maintenance | actively maintained — 173 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 681,274/month — #5,363 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: faster_coco_eval-1.7.2-cp310-cp310-macosx_11_0_arm64.whl; faster_coco_eval-1.7.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl; faster_coco_eval-1.7.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl; faster_coco_eval-1.7.2-cp310-cp310-win_amd64.whl; faster_coco_eval-1.7.2-cp310-cp310-win_arm64.whl; faster_coco_eval-1.7.2-cp311-cp311-macosx_11_0_arm64.whl; faster_coco_eval-1.7.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl; faster_coco_eval-1.7.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl; faster_coco_eval-1.7.2-cp311-cp311-win_amd64.whl; faster_coco_eval-1.7.2-cp311-cp311-win_arm64.whl; faster_coco_eval-1.7.2-cp312-cp312-macosx_11_0_arm64.whl; faster_coco_eval-1.7.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl; faster_coco_eval-1.7.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl; faster_coco_eval-1.7.2-cp312-cp312-win_amd64.whl; faster_coco_eval-1.7.2-cp312-cp312-win_arm64.whl; faster_coco_eval-1.7.2-cp313-cp313-macosx_11_0_arm64.whl; faster_coco_eval-1.7.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl; faster_coco_eval-1.7.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl; faster_coco_eval-1.7.2-cp313-cp313-win_amd64.whl; faster_coco_eval-1.7.2-cp313-cp313-win_arm64.whl
Tags
More Artificial Intelligence packages
LiteLLM provides a unified Python interface to…
permissive · top 100 on PyPI
huggingface-hubClient library and CLI tool for downloading,…
permissive · top 100 on PyPI
langchainLangChain provides a framework for building…
permissive · top 1,000 on PyPI
hf-xethf-xet provides chunk-based deduplication and…
permissive · top 1,000 on PyPI
tokenizersTokenizers converts raw text into token…
permissive · top 1,000 on PyPI
transformersTransformers provides a unified framework for…
permissive · top 1,000 on PyPI
pycocotoolsProvides Python APIs for loading, parsing, and…
unclear · top 5,000 on PyPI
sahiSAHI performs sliced inference on large images…
permissive · top 15,000 on PyPI
pycocoevalcapEvaluates image captions using multiple…
unclear · top 5,000 on PyPI
clip-benchmarkEvaluates CLIP-like vision-language models on…
permissive · top 15,000 on PyPI
ultralyticsUltralytics YOLO provides a unified framework…
agpl · top 5,000 on PyPI
rf100vlProvides programmatic access to RF100-VL, a…
permissive · top 15,000 on PyPI
effdetPyTorch implementation of EfficientDet object…
permissive · top 15,000 on PyPI
pyiqaPyIQA provides a PyTorch-based toolbox for…
noncommercial · top 15,000 on PyPI
lpipsComputes perceptual similarity between image…
permissive · top 5,000 on PyPI