multimodallearning / pytorch-mask-rcnn

Other
2.01k stars 557 forks source link

How do you solve this problem under Windows #99

Open HWNHJJ opened 4 years ago

HWNHJJ commented 4 years ago

ModuleNotFoundError: No module named 'pycocotools'

SyrekGMR commented 4 years ago

Install from here https://github.com/philferriere/cocoapi It is a clone of the COCO API which works on Windows

xiecookie commented 3 years ago

have you solved running this project on windows.Could you share your methods? thank u.

ssocean commented 3 years ago

First, download and install files from here: https://download.microsoft.com/download/5/f/7/5f7acaeb-8363-451f-9425-68a90f98b238/visualcppbuildtools_full.exe then type: pip install git+https://github.com/gautamchitnis/cocoapi.git@cocodataset-master#subdirectory=PythonAPI in your python prompt. Make sure you are not using pycocotools in the project directory.