对于我的MaskImage code 安装环境的需求 在requenst.txt
首先创建一个 python=2.7的环境 可以看我的博客《FasteMaskRCNN-master实验代码实现环境需要》
https://blog.csdn.net/weixin_40294256/article/details/79293537 这是连接
其次,如 requenst.txt 是所需要的安装的包的版本
conda install -c pytorch pytorch=0.3.1=py27_cuda8.0.61_cudnn7.0.5_2
docopt=0.6.2
cython=0.28.2
matplotlib=2.2.2
opencv=3.3.1
scikit-image=0.13.1
torchvision=0.2.0
scipy=1.0.0
在终端窗口中输入一下命令
conda install --yes --file requenst.txt
conda install -c pytorch pytorch=0.3.1=py27_cuda8.0.61_cudnn7.0.5_2 这个单独安装
这些安装完 就ok了。。