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

No module named pycocotools #924

Closed
howdidthatwork opened this issue Jul 8, 2021 · 2 comments
Closed

No module named pycocotools #924

howdidthatwork opened this issue Jul 8, 2021 · 2 comments

Comments

@howdidthatwork
Copy link

Hi, I commented out the import nms line but got an error saying there was no module named pycocotools.

I'm quite perplexed because of this. Can you please help me?

This was the error:

File "test.py", line 19, in
from datasets.dataset_factory import dataset_factory
File "C:\Users\sopul$COCOAPI\PythonAPI$CenterNet_ROOT\src\lib\datasets\dataset_factory.py", line 5, in
from .sample.ddd import DddDataset
File "C:\Users\sopul$COCOAPI\PythonAPI$CenterNet_ROOT\src\lib\datasets\sample\ddd.py", line 6, in
import pycocotools.coco as coco
ModuleNotFoundError: No module named 'pycocotools'

@deprecatedfrhylw
Copy link

Hi, did you fix it?

@JieHong-Liu
Copy link

i met the same problem, too

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

3 participants