youtubevos / MaskTrackRCNN

MaskTrackRCNN for video instance segmentation based on mmdetection
Apache License 2.0
431 stars 75 forks source link

ModuleNotFoundError: No module named 'pycocotools.ytvos' #4

Closed lly2111101 closed 5 years ago

lly2111101 commented 5 years ago

hi,when I run the command "python tools/train.py configs/masktrack_rcnn_r50_fpn_1x_youtubevos.py", it returned an error which was "ModuleNotFoundError: No module named 'pycocotools.ytvos'". It seems like the 'pycocotools.ytvos' is your modified and new added part. Could you please tell me how to solve it?

linjieyangsc commented 5 years ago

@lly2111101 you need to install our customized cocoapi at: https://github.com/youtubevos/cocoapi