Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ git submodule update --init --recursive
2. Set up conda environment
```
conda env create -f env.yaml
conda activate slahmr
conda activate slahmr5
```

Install current source repo
Expand All @@ -33,12 +33,12 @@ pip install -e .

Install ViTPose
```
pip install -v -e third_party/PHALP_plus/ViTPose
pip install -v -e third-party/PHALP_plus/ViTPose
```

and DROID-SLAM (will take a while)
```
cd third_party/DROID-SLAM
cd third-party/DROID-SLAM
python setup.py install
```

Expand Down