0
点赞
收藏
分享

微信扫一扫

AssertionError: Incompatible version of pycocotools is installed.

心如止水_c736 2022-01-26 阅读 333

报错如下

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 条评论