参考博客:https://blog.youkuaiyun.com/weixin_45622994/article/details/107711120
一. yolact win10 环境配置出现的问题
1. 打开anaconda下prompt,创建一个虚拟环境:
conda create --name py37 python=3.7
conda activate py37
2. 安装以下包:
pip install cython
pip install opencv-python
pip install pillow
pip install pycocotools#用此方式:pip install git+https://github.com/philferriere/cocoapi.git#subdirectory=PythonAPI
pip install matplotlib