ZIHLING commited on
Commit
650d729
·
1 Parent(s): af1d91c

fix: correct yaml frontmatter structure

Browse files
Files changed (1) hide show
  1. README.md +18 -21
README.md CHANGED
@@ -1,32 +1,29 @@
1
- ---
 
2
  license: other
3
  license_name: chingmu-terms
4
  license_link: LICENSE
5
- ---
6
- ---
7
  language: ["en", "zh"]
8
  pretty_name: "ChingMu Robot Motion Dataset"
9
  tags:
10
- - motion-capture
11
- - humanoid-robotics
12
- - imitation-learning
13
- - optical-mocap
14
- - bvh
15
- - dexterous-hands
16
- - whole-body-control
17
- license: custom
18
  size_categories: 1M<n
19
  configs:
20
- - config_name: metadata
21
- default: true
22
- data_files:
23
- - split: train
24
- path: "metadata/index.csv"
25
- - config_name: samples
26
- data_files:
27
- - split: train
28
- path: "samples/**/*"
29
- ---
30
 
31
  # ChingMu 1000-Hour Embodied Motion Dataset
32
  ### 青瞳1000小时具身智能动作数据集
 
1
+ yaml
2
+ dataset_info:
3
  license: other
4
  license_name: chingmu-terms
5
  license_link: LICENSE
 
 
6
  language: ["en", "zh"]
7
  pretty_name: "ChingMu Robot Motion Dataset"
8
  tags:
9
+ motion-capture
10
+ humanoid-robotics
11
+ imitation-learning
12
+ optical-mocap
13
+ bvh
14
+ dexterous-hands
15
+ whole-body-control
 
16
  size_categories: 1M<n
17
  configs:
18
+ config_name: metadata
19
+ default: true
20
+ data_files:
21
+ split: train
22
+ path: "metadata/index.csv"
23
+ config_name: samples
24
+ data_files:
25
+ split: train
26
+ path: "samples/*/"
 
27
 
28
  # ChingMu 1000-Hour Embodied Motion Dataset
29
  ### 青瞳1000小时具身智能动作数据集