From a428afba5ce3cfb75f921e30e1fb2650e08af8c3 Mon Sep 17 00:00:00 2001 From: caizhongang Date: Mon, 4 Sep 2023 19:05:10 +0800 Subject: [PATCH] Update install doc --- README.md | 4 +--- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5f18fdc..1638c67 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,7 @@ conda create -n smplerx python=3.8 -y conda activate smplerx conda install pytorch==1.12.0 torchvision==0.13.0 torchaudio==0.12.0 cudatoolkit=11.3 -c pytorch -y -wget http://download.openmmlab.sensetime.com/mmcv/dist/cu113/torch1.12.0/mmcv_full-1.7.1-cp38-cp38-manylinux1_x86_64.whl -pip install mmcv_full-1.7.1-cp38-cp38-manylinux1_x86_64.whl -rm mmcv_full-1.7.1-cp38-cp38-manylinux1_x86_64.whl +pip install mmcv-full==1.7.1 -f https://download.openmmlab.com/mmcv/dist/cu113/torch1.12.0/index.html pip install -r requirements.txt # install mmpose diff --git a/requirements.txt b/requirements.txt index 33375f9..f100603 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,4 +26,4 @@ pycocotools plyfile timm pyglet -mmdet \ No newline at end of file +mmdet==2.26.0 \ No newline at end of file