ZIHLING commited on
Commit
df297a2
ยท
1 Parent(s): 63413b1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -14
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/Move_the_box_001.bvh",
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
  )