Update install doc

This commit is contained in:
caizhongang
2023-09-04 19:05:10 +08:00
parent 821fd24c23
commit a428afba5c
2 changed files with 2 additions and 4 deletions
+1 -3
View File
@@ -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
+1 -1
View File
@@ -26,4 +26,4 @@ pycocotools
plyfile
timm
pyglet
mmdet
mmdet==2.26.0