Update README.md
Browse files
README.md
CHANGED
@@ -6,6 +6,8 @@ task_categories:
|
|
6 |
|
7 |
# TokenHSI Dataset Instruction
|
8 |
|
|
|
|
|
9 |
Please download the datasets and organize them as the following file structure:
|
10 |
|
11 |
```
|
@@ -27,6 +29,14 @@ Please download the datasets and organize them as the following file structure:
|
|
27 |
|-- dataset_carry
|
28 |
|-- motions
|
29 |
|-- ...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
|-- body_models
|
31 |
|-- output
|
32 |
```
|
@@ -37,6 +47,10 @@ Please download the datasets and organize them as the following file structure:
|
|
37 |
* dataset_sit
|
38 |
* dataset_carry
|
39 |
|
|
|
|
|
|
|
|
|
40 |
GitHub repo: https://github.com/liangpan99/TokenHSI
|
41 |
arXiv paper: https://huggingface.co/papers/2503.19901
|
42 |
Project page: https://liangpan99.github.io/TokenHSI/
|
|
|
6 |
|
7 |
# TokenHSI Dataset Instruction
|
8 |
|
9 |
+
[2025-04-07] All datasets have been released!
|
10 |
+
|
11 |
Please download the datasets and organize them as the following file structure:
|
12 |
|
13 |
```
|
|
|
29 |
|-- dataset_carry
|
30 |
|-- motions
|
31 |
|-- ...
|
32 |
+
|-- dataset_amass_loco_stairs
|
33 |
+
|-- motions
|
34 |
+
|-- smpl_params
|
35 |
+
|-- ...
|
36 |
+
|-- dataset_dynamic_objects
|
37 |
+
|-- train
|
38 |
+
|-- test
|
39 |
+
|-- ...
|
40 |
|-- body_models
|
41 |
|-- output
|
42 |
```
|
|
|
47 |
* dataset_sit
|
48 |
* dataset_carry
|
49 |
|
50 |
+
* dataset_stage2.zip, which is used in the policy adaptation stage, contains two folders:
|
51 |
+
* dataset_amass_loco_stairs
|
52 |
+
* dataset_dynamic_objects
|
53 |
+
|
54 |
GitHub repo: https://github.com/liangpan99/TokenHSI
|
55 |
arXiv paper: https://huggingface.co/papers/2503.19901
|
56 |
Project page: https://liangpan99.github.io/TokenHSI/
|