Skip to content

Commit

Permalink
fix mmcv installation (open-mmlab#676)
Browse files Browse the repository at this point in the history
  • Loading branch information
Junjun2016 authored Jul 6, 2021
1 parent 61ca8c7 commit fef3818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/get_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit fef3818

Please sign in to comment.