参考链接
https://mmcv.readthedocs.io/zh_CN/latest/get_started/build.html
https://github.com/open-mmlab/mmsegmentation/blob/v0.13.0/docs/get_started.md#installation
安装的各项版本如下所示:
一、建立 mmlab conda 环境
1、新建一个conda环境
conda create -n mmlab python=3.7
2、激活环境
conda activate mmlab
二、安装 pytorch
pytorch官网