Skip to main content

Faster interpretation of the original COCOEval

Project description

Faster-COCO-Eval

PyPI PyPI Downloads

docs license

CI - Test

Disclaimer

I often use this project, but I saw it abandoned and without a public repository on github. Also, part of the project remained unfinished for a long time. I implemented some of the author's ideas and decided to make the results publicly available.

Faster-COCO-Eval base

This package wraps a facebook C++ implementation of COCO-eval operations found in the pycocotools package. This implementation greatly speeds up the evaluation time for coco's AP metrics, especially when dealing with a high number of instances in an image.

Comparison

For our use case with a test dataset of 5000 images from the coco val dataset. Testing was carried out using the mmdetection framework and the eval_metric.py script. The indicators are presented below.

Visualization of testing colab_example.ipynb available in directory examples/comparison colab_example.ipynb in google collab Tested with rtmdet model bbox + segm

Summary for 5000 imgs

Type faster-coco-eval pycocotools Profit
bbox 5.812 22.72 3.909
segm 7.413 24.434 3.296

Feautures

This library provides not only validation functions, but also error visualization functions. Including visualization of errors in the image.
You can study in more detail in the examples and Wiki.

Usage

Code examples for using the library are available on the Wiki

Update history

Available via link history.md

License

The original module was licensed with apache 2, I will continue with the same license. Distributed under the apache version 2.0 license, see license for more information.

Citation

If you use this benchmark in your research, please cite this project.

@article{faster-coco-eval,
  title   = {{Faster-COCO-Eval}: Faster interpretation of the original COCOEval},
  author  = {MiXaiLL76},
  year    = {2024}
}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

faster_coco_eval-1.5.4.tar.gz (43.7 kB view hashes)

Uploaded Source

Built Distributions

faster_coco_eval-1.5.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (613.1 kB view hashes)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

faster_coco_eval-1.5.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (629.7 kB view hashes)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

faster_coco_eval-1.5.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (596.3 kB view hashes)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

faster_coco_eval-1.5.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (601.4 kB view hashes)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

faster_coco_eval-1.5.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (607.3 kB view hashes)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

faster_coco_eval-1.5.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (573.0 kB view hashes)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

faster_coco_eval-1.5.4-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (564.2 kB view hashes)

Uploaded CPython 3.6m manylinux: glibc 2.17+ x86-64

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page