You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: