github:https://github.com/dbolya/yolact
环境配置:
- 创建名字为py37的环境:
conda create --name py37 python=3.7
- 切换环境到py37
conda env create -f environment.yml
- pip install cython pip
- install opencv-python pillow pycocotools matplotlib
- 安装pytorch(注意要 cuda版本与pytorch对应):https://pytorch.org/
pip install torch==1.4.0+cu100 torchvision==0.5.0+cu100 -f https://download.pytorch.org/whl/torch_stable.html -i https://pypi.tuna.tsinghua.edu.cn/simple
注意:我的cuda版本是10.0
到此配置完毕