cocodataset / cocoapi

COCO API - Dataset @ http://cocodataset.org/
Other
6.1k stars 3.76k forks source link

import pycocotools._mask as _mask error #125

Open swatinair123 opened 6 years ago

swatinair123 commented 6 years ago

Hi, I am running the code coco.py for MasRCNN from https://github.com/matterport/Mask_RCNN in pycharm . i have downloaded cocoapi form https://github.com/philferriere/cocoapi and placed int the same directory as Mask_RCNN . this wokred for me in Jupyter notebook. But in pycharm i am getting this error when i run coco.py as [in](url errors faced ) the screenshot while importing the coco dataset. Please kindly advise . thanks in advance

marcomarchesi commented 6 years ago

Did you build by running make from cocoapi/PythonAPI, as explained on https://github.com/cocodataset/cocoapi/blob/master/README.txt ?