Update README.md
Browse files
README.md
CHANGED
|
@@ -133,19 +133,6 @@ Watch a short demonstration of the motion capture data in action:
|
|
| 133 |
|
| 134 |
---
|
| 135 |
|
| 136 |
-
## Dataset Structure / ๆฐๆฎ้็ปๆ
|
| 137 |
-
|
| 138 |
-
```
|
| 139 |
-
chingmu-1000h/
|
| 140 |
-
โโโ metadata/ โ Index files (CSV, taxonomy)
|
| 141 |
-
โโโ retargeted/ โ Robot-ready trajectories (gated)
|
| 142 |
-
โ โโโ g1_joint_trajectory/
|
| 143 |
-
โโโ raw_bvh/ โ Original BVH (gated)
|
| 144 |
-
โโโ annotations/ โ Semantic labels
|
| 145 |
-
โโโ samples/ โ Public preview (no gate)
|
| 146 |
-
โโโ LICENSE.md
|
| 147 |
-
```
|
| 148 |
-
|
| 149 |
## ๐ฅ๏ธ Interactive Showcase / ไบคไบๅผๅฑ็คบ็ฝ็ซ
|
| 150 |
|
| 151 |
Visit our dedicated showcase website for interactive demos, comparison videos, and detailed visualizations:
|
|
@@ -170,7 +157,7 @@ from huggingface_hub import hf_hub_download
|
|
| 170 |
repo_id = "CMRobot/Chingmu-RobotData"
|
| 171 |
file_path = hf_hub_download(
|
| 172 |
repo_id=repo_id,
|
| 173 |
-
filename="samples/
|
| 174 |
repo_type="dataset",
|
| 175 |
local_dir="./robot_samples"
|
| 176 |
)
|
|
|
|
| 133 |
|
| 134 |
---
|
| 135 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 136 |
## ๐ฅ๏ธ Interactive Showcase / ไบคไบๅผๅฑ็คบ็ฝ็ซ
|
| 137 |
|
| 138 |
Visit our dedicated showcase website for interactive demos, comparison videos, and detailed visualizations:
|
|
|
|
| 157 |
repo_id = "CMRobot/Chingmu-RobotData"
|
| 158 |
file_path = hf_hub_download(
|
| 159 |
repo_id=repo_id,
|
| 160 |
+
filename="samples/1.1.Basic_Movement_Category/1.1.1.High_Dynamic_Movement/1.1.1.1.Standing_High_Jump/BM_Standing_High_Jump_00001.csv",
|
| 161 |
repo_type="dataset",
|
| 162 |
local_dir="./robot_samples"
|
| 163 |
)
|