fix mmcv installation (#676)
This commit is contained in:
parent
420783d007
commit
81a4ecef19
@ -124,7 +124,7 @@ conda create -n open-mmlab python=3.7 -y
|
|||||||
conda activate open-mmlab
|
conda activate open-mmlab
|
||||||
|
|
||||||
conda install pytorch=1.6.0 torchvision cudatoolkit=10.1 -c pytorch
|
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
|
git clone https://github.com/open-mmlab/mmsegmentation.git
|
||||||
cd mmsegmentation
|
cd mmsegmentation
|
||||||
pip install -e . # or "python setup.py develop"
|
pip install -e . # or "python setup.py develop"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user