File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ MHR (Momentum Human Rig) is a high-fidelity 3D human body model that provides:
2020
2121``` bash
2222# Download the torchscript model
23- curl -OL https://github.com/facebookresearch/MHR/releases/download/v.1. 0.0-beta /assets.zip
23+ curl -OL https://github.com/facebookresearch/MHR/releases/download/v1. 0.0/assets.zip
2424
2525# Unzip torchscript
2626unzip -p assets.zip assets/mhr_model.pt > mhr_model.pt
@@ -40,7 +40,7 @@ git clone git@github.com:facebookresearch/MHR.git
4040cd MHR
4141
4242# Download the and unzip model assets
43- curl -OL https://github.com/facebookresearch/MHR/releases/download/v.1. 0.0-beta /assets.zip
43+ curl -OL https://github.com/facebookresearch/MHR/releases/download/v1. 0.0/assets.zip
4444unzip assets.zip
4545
4646# Install dependencies with Pixi
@@ -58,7 +58,7 @@ pixi shell
5858pip install mhr .
5959
6060# Download and unzip the model assets
61- curl -OL https://github.com/facebookresearch/MHR/releases/download/v.1. 0.0-beta /assets.zip
61+ curl -OL https://github.com/facebookresearch/MHR/releases/download/v1. 0.0/assets.zip
6262unzip assets.zip
6363```
6464
You can’t perform that action at this time.
0 commit comments