AssertionError: Incompatible version of pycocotools is installed.

阅读 333

2022-01-26

报错如下

AssertionError: CocoDataset: Incompatible version of pycocotools is installed. 
Run pip uninstall pycocotools first. 
Then run pip install mmpycocotools to install open-mmlab forked pycocotools.

操作如下:

pip install mmpycocotools
pip uninstall mmpycocotools

精彩评论(0)

0 0 举报