From 07af526bea7adc502703c54f6d59fce43a1978a8 Mon Sep 17 00:00:00 2001 From: Kyle Vedder Date: Thu, 7 Oct 2021 08:39:00 -0400 Subject: [PATCH] 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. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7195211..b2e1d85 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +If you have any questions regarding the repo, please contact Dahun Kim (mcahny01@gmail.com) or create an issue.