centos7.0配置Maskrcnn算法环境,不像windows配置环境
安装shapely,scikit-image
conda install -c conda-forge *****命令
安装imgaug使用conda install 命令安装不上,可以换成pip install 安装,或是上面的方法也可以,
安装pycocotools
pip install git+https://github.com/philferriere/cocoapi.git#subdirectory=PythonAPI
windows 配置可以根据下面博哥写的,方法很有效,感谢这个博客,帮我解决了不少的麻烦。
https://blog.csdn.net/joker19920330/article/details/86370901