Merge pull request #3 from kylevedder/patch-1

Update README.md to pin `mmcv-full` to compatible version
main
Dahun Kim 2022-04-09 04:55:21 +09:00 committed by GitHub
commit 300d995da0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ You can use following commands to create conda env with related dependencies.
conda create -n oln python=3.7 -y
conda activate oln
conda install pytorch=1.7.0 torchvision cudatoolkit=11.0 -c pytorch -y
pip install mmcv-full
pip install mmcv-full==1.2.7
pip install -r requirements.txt
pip install -v -e .
```