pycocotools安装出错
方案一:
在cmd中输入如下代码
pip install git+https://github.com/philferriere/cocoapi.git#subdirectory=PythonAPI
方案二:
离线安装,在github中下载下来相应的代码,进行如下的操作:
1.并切换到 cocoapi\PythonAPI目录
2.python setup.py build_ext --inplace
python setup.py build_ext install
以上便能解决相应的问题,如果出现其他问题,考虑某些组件没有安装,请根据错误进行百度