fix: correct yaml frontmatter structure
Browse files
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 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
license: custom
|
| 18 |
size_categories: 1M<n
|
| 19 |
configs:
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 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小时具身智能动作数据集
|