Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
edz-o committed Aug 18, 2023
1 parent 3e25480 commit 72cecc8
Show file tree
Hide file tree
Showing 2 changed files with 209 additions and 106 deletions.
6 changes: 3 additions & 3 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ cd ../../

# Install VoGE
cd third_party
git clone git@github.com:edz-o/VoGE-3DNBF.git
cd VoGE-3DNBF && git checkout sampling && python setup.py develop
git clone https://github.com/edz-o/VoGE-3DNBF.git
cd VoGE-3DNBF && python setup.py develop
cd ../../

#Install pytorch_openpose_body_25
cd third_party
git clone git@github.com:edz-o/pytorch_openpose_body_25.git
git clone https://github.com/edz-o/pytorch_openpose_body_25.git
cd pytorch_openpose_body_25 && bash download_models.sh
python setup.py develop
cd ../../
Loading

0 comments on commit 72cecc8

Please sign in to comment.