From b3b13d7bdc2424851729ceec1ed7be56a1138bc5 Mon Sep 17 00:00:00 2001 From: Junjun2016 Date: Tue, 6 Jul 2021 16:50:25 +0800 Subject: [PATCH] fix mmcv installation --- docs/get_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/get_started.md b/docs/get_started.md index 1956c7adef..cc018d7c06 100644 --- a/docs/get_started.md +++ b/docs/get_started.md @@ -124,7 +124,7 @@ conda create -n open-mmlab python=3.7 -y conda activate open-mmlab conda install pytorch=1.6.0 torchvision cudatoolkit=10.1 -c pytorch -pip install mmcv-full==latest+torch1.6.0+cu101 -f https://download.openmmlab.com/mmcv/dist/index.html +pip install mmcv-full -f https://download.openmmlab.com/mmcv/dist/cu101/torch1.6.0/index.html git clone https://github.com/open-mmlab/mmsegmentation.git cd mmsegmentation pip install -e . # or "python setup.py develop"