1.pycocotools
直接pip会报错,解决办法就是自行编译
win10 64位配置mask-rcnn环境的坑(主要是安装imgaug和pycocotools,解决“No module named ‘pycocotools._mask”)
更简单的办法
pip install git+https://github.com/philferriere/cocoapi.git#subdirectory=PythonAPI
直接pip会报错,解决办法就是自行编译
win10 64位配置mask-rcnn环境的坑(主要是安装imgaug和pycocotools,解决“No module named ‘pycocotools._mask”)
更简单的办法
pip install git+https://github.com/philferriere/cocoapi.git#subdirectory=PythonAPI