Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

append faster-coco-eval as base backend for COCODetection #120

Open
wants to merge 18 commits into
base: main
Choose a base branch
from

Conversation

MiXaiLL76
Copy link

https://github.com/MiXaiLL76/faster_coco_eval

Motivation

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.

Modification

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.

Use cases

COCODetection(..., faster=True)
Type COCOeval COCOeval_faster Profit
bbox 18.477 sec. 7.345 sec. 2.5x faster
segm 29.819 sec. 15.840 sec. 2x faster

@CLAassistant
Copy link

CLAassistant commented Jan 29, 2024

CLA assistant check
All committers have signed the CLA.

@MiXaiLL76
Copy link
Author

I don’t know what’s going on in the unit tests, they fail outside of my changes, on other tests)

@MiXaiLL76
Copy link
Author

MiXaiLL76 commented Feb 1, 2024

@zhouzaida @C1rN09
cannot run last test with GPU

Job was rejected because resource class gpu.nvidia.small, image ubuntu-2004-cuda-11.2:202103-01 is not a valid resource class

mb
https://discuss.circleci.com/t/linux-cuda-deprecation-and-image-policy/48568


mb we need update ci for this build?
CUDA 11.2 | Removed from linux-cuda-11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants