update file structure
Browse files
README.md
CHANGED
|
@@ -2,5 +2,26 @@
|
|
| 2 |
license: mit
|
| 3 |
---
|
| 4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
|
| 6 |
arXiv paper: https://arxiv.org/abs/2503.19901
|
|
|
|
| 2 |
license: mit
|
| 3 |
---
|
| 4 |
|
| 5 |
+
The file structure should look like this:
|
| 6 |
+
|
| 7 |
+
```
|
| 8 |
+
|-- tokenhsi
|
| 9 |
+
|-- lpanlib
|
| 10 |
+
|-- body_models
|
| 11 |
+
|-- smpl
|
| 12 |
+
|-- SMPL_FEMALE.npz
|
| 13 |
+
|-- SMPL_MALE.npz
|
| 14 |
+
|-- SMPL_NEUTRAL.pkl
|
| 15 |
+
|-- ...
|
| 16 |
+
|-- output
|
| 17 |
+
|-- single_task
|
| 18 |
+
|-- ckpt_traj.pth
|
| 19 |
+
|-- ckpt_sit.pth
|
| 20 |
+
|-- ckpt_climb.pth
|
| 21 |
+
|-- ckpt_carry.pth
|
| 22 |
+
|-- tokenhsi
|
| 23 |
+
|-- ckpt_stage1.pth
|
| 24 |
+
```
|
| 25 |
+
|
| 26 |
|
| 27 |
arXiv paper: https://arxiv.org/abs/2503.19901
|