conda create -n torch1.11 python=3.9
source activate torch1.11
pip install torch torchvision -i https://pypi.mirrors.ustc.edu.cn/simple/
pip install mmcv-full -f https://download.openmmlab.com/mmcv/dist/cu102/torch1.11.0/index.html
进目录
pip install -e .