复现Mask RCNN 时,需要pycocotools,尝试了网上的教程,自己总结终于安好了。。。
尝试经历如下:
1. 安装git
conda install git
2.安装cython
pip install cython
3. 下载安装pycocotools,应该是有大神在win下重写了这个库
pip install git+https://github.com/philferriere/cocoapi.git#subdirectory=PythonAPI
但是,试了之后
报错啊,咱就是说
或者是说我没有visual c++:Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/
然后我就放弃这个方法了,所以跳到4
4. 直接下载清华源的pycocotools到,你当前anaonda的虚拟环