File size: 969 Bytes
32771ce 55c34d2 32771ce e42a862 76aea83 65910a3 76aea83 dff9dce 76aea83 55c34d2 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 | ---
license: mit
task_categories:
- robotics
---
# TokenHSI Dataset Instruction
Please download the datasets and organize them as the following file structure:
```
|-- tokenhsi
|-- data
|-- dataset_amass_loco
|-- motions
|-- smpl_params
|-- ...
|-- dataset_amass_climb
|-- motions
|-- objects
|-- smpl_params
|-- ...
|-- dataset_sit
|-- motions
|-- objects
|-- ...
|-- dataset_carry
|-- motions
|-- ...
|-- body_models
|-- output
```
* dataset_stage1.zip, which is used in the foundational skill learning stage, contains four folders:
* dataset_amass_loco
* dataset_amass_climb
* dataset_sit
* dataset_carry
github repo: https://github.com/liangpan99/TokenHSI
arXiv paper: https://huggingface.co/papers/2503.19901
Project page: https://liangpan99.github.io/TokenHSI/ |