Update README.md to pin `mmcv-full` to compatible version

At the time of writing this the default `pip install mmcv-full` version is not supported by the rest of the codebase.
pull/3/head
Kyle Vedder 2021-10-07 08:39:00 -04:00 committed by GitHub
parent df25d96ff2
commit 07af526bea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 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 .
```
@ -90,4 +90,4 @@ bash tools/dist_train.sh configs/oln_box/oln_box.py ${NUM_GPUS}
## Contact
If you have any questions regarding the repo, please contact Dahun Kim (mcahny01@gmail.com) or create an issue.
If you have any questions regarding the repo, please contact Dahun Kim (mcahny01@gmail.com) or create an issue.