lianganimation commited on
Commit
65910a3
·
verified ·
1 Parent(s): f947aef

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -0
README.md CHANGED
@@ -4,6 +4,30 @@ license: mit
4
 
5
  # TokenHSI Dataset Instruction
6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
 
8
  github repo: https://github.com/liangpan99/TokenHSI
9
  arXiv paper: https://arxiv.org/abs/2503.19901
 
4
 
5
  # TokenHSI Dataset Instruction
6
 
7
+ Please download the datasets and organize them as the following file structure:
8
+
9
+ ```
10
+ |-- tokenhsi
11
+ |-- data
12
+ |-- dataset_amass_loco
13
+ |-- motions
14
+ |-- smpl_params
15
+ |-- ...
16
+ |-- dataset_amass_climb
17
+ |-- motions
18
+ |-- objects
19
+ |-- smpl_params
20
+ |-- ...
21
+ |-- dataset_sit
22
+ |-- motions
23
+ |-- objects
24
+ |-- ...
25
+ |-- dataset_carry
26
+ |-- motions
27
+ |-- ...
28
+ |-- body_models
29
+ |-- output
30
+ ```
31
 
32
  github repo: https://github.com/liangpan99/TokenHSI
33
  arXiv paper: https://arxiv.org/abs/2503.19901