I'm trying to create a project with custom dataset ->cocoDetection.
When I press "Load(Ctrl+L)" it gives the following message:
"
File C:\Users\tiago\TorchStudio\python\lib\site-packages\torchvision\datasets\coco.py, line 34, in init
from pycocotools.coco import COCO
ModuleNotFoundError: No module named 'pycocotools'
"
When I run from the command line:
"
python
from pycocotools.coco import COCO
"
It runs without any constraint.