Skip to content

Commit bbe6b9d

Browse files
Update README.MD
1 parent cd2241e commit bbe6b9d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

loco_mujoco/smpl/README.MD

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,11 @@ To install the CPU version of PyTorch, run:
1717
pip install torch --extra-index-url https://download.pytorch.org/whl/cpu
1818
````
1919

20-
Once PyTorch is installed, you can install the rest of the additional dependencies, including SMPL-related packages. Note that this will install the GPU version of PyTorch if you haven't explicitly installed the CPU version above:
20+
Once PyTorch is installed, you can install the rest of the additional dependencies, including SMPL-related packages.
21+
22+
The SMPL Software Copyright License is for non-commercial scientific research purposes, and you must read and accept the terms and conditions described [here](https://github.com/vchoutas/smplx) before executing the command below. If you do not agree with these terms and conditions, you must not download and/or use the Model & Software. Any infringement of the terms of this agreement will automatically terminate your rights under this [License](https://github.com/vchoutas/smplx/blob/main/LICENSE).
23+
24+
Note that this command will install the GPU version of PyTorch if you haven't explicitly installed the CPU version above:
2125
```bash
2226
pip install -e '.[smpl]'
2327
```

0 commit comments

Comments
 (0)