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
parent
df25d96ff2
commit
07af526bea
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue