ZIHLING commited on
Commit
c460808
·
verified ·
1 Parent(s): 439e5dd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -78,9 +78,9 @@ ChingMu 1000H is an optical motion capture dataset designed for training and val
78
 
79
  | Component | Format | Details |
80
  |---|---|---|
81
- | Raw motion | `.bvh` | Y-up, 120 fps, YXZ rotation, cm, 22 joints |
82
- | Retargeted trajectories | `.csv` | Root position (m), quaternion, joint angles (rad) |
83
- | Object 6D pose | `.csv` | Position (m) + quaternion, 120 Hz |
84
  | Multi-view video | `.mp4` | 2-3 cameras, co-registered |
85
  | Semantic labels | `.csv` | Task, scenario, action, object |
86
 
@@ -156,7 +156,7 @@ file_path = hf_hub_download(
156
  repo_id=repo_id,
157
  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",
158
  repo_type="dataset",
159
- local_dir="./robot_samples"
160
  )
161
  print(f"Downloaded: {file_path}")
162
  ```
@@ -169,7 +169,7 @@ print(f"Downloaded: {file_path}")
169
 
170
  **Accuracy:** joint error <1mm, object pose ±2mm / ±0.5°, temporal sync <1 frame.
171
 
172
- **Limitations:** performer age skew (20–35), object accuracy varies with marker cluster size.
173
 
174
  ---
175
 
 
78
 
79
  | Component | Format | Details |
80
  |---|---|---|
81
+ | Raw motion | `.bvh` | Y-up, 120 fps, YXZ rotation, mm, 22 joints |
82
+ | Retargeted trajectories | `.csv` | Root position (mm), quaternion, joint angles (rad) |
83
+ | Object 6D pose | `.csv` | Position (mm) + quaternion, 120 Hz |
84
  | Multi-view video | `.mp4` | 2-3 cameras, co-registered |
85
  | Semantic labels | `.csv` | Task, scenario, action, object |
86
 
 
156
  repo_id=repo_id,
157
  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",
158
  repo_type="dataset",
159
+ local_dir="./samples"
160
  )
161
  print(f"Downloaded: {file_path}")
162
  ```
 
169
 
170
  **Accuracy:** joint error <1mm, object pose ±2mm / ±0.5°, temporal sync <1 frame.
171
 
172
+ **Limitations:** performer age skew (20–40), object accuracy varies with marker cluster size.
173
 
174
  ---
175