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

The doc of CocoDetection() and CocoCaptions() should say "You must install pycocotools." #8850

Open
hyperkai opened this issue Jan 12, 2025 · 1 comment

Comments

@hyperkai
Copy link

📚 The doc issue

The doc of CocoDetection() and CocoCaptions() says below:

It requires the COCO API to be installed.

But COCO API doesn't work because it's outdated.

Suggest a potential alternative/fix

So, the doc should say as shown below:

You must install pycocotools, e.g. pip install pycocotools, conda install conda-forge::pycocotools, etc. *Don't use COCO API because it doesn't work because it's outdated.

@NicolasHug
Copy link
Member

Thanks @hyperkai , that's fair - would you mind submitting a PR for this?

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

No branches or pull requests

2 participants