ZIHLING commited on
Commit
c8a73c1
ยท
1 Parent(s): b6d21f9

update: complete dataset card

Browse files
Files changed (1) hide show
  1. README.md +73 -49
README.md CHANGED
@@ -29,45 +29,37 @@ dataset_info:
29
  # ChingMu 1000-Hour Embodied Motion Dataset
30
  ### ้’็žณ1000ๅฐๆ—ถๅ…ท่บซๆ™บ่ƒฝๅŠจไฝœๆ•ฐๆฎ้›†
31
 
32
- ## ๐ŸŒŸ Why ChingMu?
33
-
34
- **The largest and most precise optical motion capture dataset purpose-built for humanoid robots and dexterous manipulation.**
35
-
36
- Unlike monocular video-based datasets, ChingMu provides **sub-millimeter accuracy**, **120 fps temporal resolution**, and **co-registered multi-modal signals** โ€” including full-body skeleton, finger articulation, object 6D pose, and synchronized multi-view video. Every take is manually quality-checked and robot-retargeted, eliminating the noise and ambiguity common in internet-sourced data.
37
-
38
- **Key differentiators:**
39
- - โœ… **Optical ground truth** โ€“ not estimated, not synthetic
40
- - โœ… **Dexterous hand data** โ€“ 20+ DoF per hand, synchronized with object tracking
41
- - โœ… **Robot-ready** โ€“ pre-retargeted to Unitree G1 and customizable to your platform
42
- - โœ… **Real-world scenarios** โ€“ 15+ environments, 500+ tasks, 1000+ objects
43
- - โœ… **Scalable** โ€“ from single-task samples to full 1000-hour corpus
44
-
45
  > High-precision **optical motion capture** data for humanoid robots, dexterous hands, embodied AI, and virtual production.
46
 
47
  | | |
48
  |---|---:|
49
- | **Motion Capture Duration** | **1000+ hours** @ 120 Hz |
50
  | **Scenarios** | 15+ real-world scenes |
51
- | **Task categories** | 500+ standardized tasks |
52
- | **Interactive objects** | 1000+ tracked props (6D pose) |
53
- | **Modalities** | Full-body skeleton ยท Finger DoF ยท Object 6D pose ยท Multi-view sync video ยท Task labels |
54
- | **Output formats** | BVH ยท Retargeted joint trajectories ยท NPY ยท CSV ยท FBX |
 
 
55
 
56
  ---
57
 
58
- ## Dataset Summary
59
 
60
- ChingMu 1000H is a high-precision, multi-modal motion capture dataset built for training and validating embodied AI and humanoid robot controllers.
 
 
 
 
 
61
 
62
- Data is captured using **optical mocap systems** (sub-mm precision, 120 fps) and covers:
63
 
64
- - **Full-body skeleton motion** (23โ€“67 joints, BVH-compatible hierarchies)
65
- - **Finger & hand motion** (per-hand 20+ DoF, glove + marker hybrid)
66
- - **Object 6D pose tracking** (rigid-body markers โ†’ position + quaternion @120Hz)
67
- - **Multi-view video** (2โ€“4 synchronized cameras, co-registered with mocap timeline)
68
- - **Semantic labels**: task name, scenario tag, skill category, quality flag
69
 
70
- Scenarios span industrial assembly, household service, retail interaction, healthcare assistance, logistics handling, agricultural work, and staged performance.
 
 
71
 
72
  ## โœจ Data Highlights
73
 
@@ -113,9 +105,10 @@ Display is a snapshot from our motion capture studio showing a subject performin
113
 
114
  Watch a short demonstration of the motion capture data in action:
115
 
116
- <img src="https://github.com/ChingmuData/CMRD/tree/main/assets/logo.png"></img>
117
 
118
- <video src="https://github.com/ChingmuData/CMRD/tree/main/assets/jibengongjia.mp4" controls autoplay muted loop>
 
119
  Your browser does not support the video tag.
120
  </video>
121
 
@@ -130,19 +123,25 @@ Watch a short demonstration of the motion capture data in action:
130
 
131
  ---
132
 
133
- ## Task & Scenario Taxonomy (How to Filter)
134
 
135
- All motion takes are indexed in `metadata/index.csv`. The key **filter columns** you'll use most:
136
 
137
- | Column | Values (examples) | Use |
138
  |---|---|---|
139
  | `scenario` | `industrial`, `household`, `retail`, `healthcare`, `logistics`, `agri`, `performance` | Filter by scene |
140
  | `task_category` | `locomotion`, `manipulation`, `dexterous_hand`, `tool_use`, `interaction` | Broad category |
141
- | `task_label` | `walk_carrying_box`, `screw_with_driver`, `pinch_grasp_bottle`, `open_fridge_door` โ€ฆ | Specific task |
142
  | `has_finger_data` | `true` / `false` | Needs hand DoF? |
143
  | `has_object_6d` | `true` / `false` | Needs object tracking? |
144
  | `quality_flag` | `pass` / `warning` / `fail` | Skip bad takes |
145
- | `retarget_available` | `g1` / `soma` / `none` | Which robot formats exist |
 
 
 
 
 
 
146
 
147
  ### Full Taxonomy (abridged)
148
 
@@ -160,6 +159,37 @@ All motion takes are indexed in `metadata/index.csv`. The key **filter columns**
160
 
161
  ---
162
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
163
  ## Data Format Specifications
164
 
165
  | Property | Value |
@@ -174,21 +204,15 @@ All motion takes are indexed in `metadata/index.csv`. The key **filter columns**
174
 
175
  ## Quality & Limitations
176
 
177
- ### Quality controls applied
178
- - Marker swap detection & auto-correct (per-take)
179
- - Rigid-body jitter filter (median + threshold)
180
- - Foot-skating metric computed (flagged when >2cm/s static-foot drift)
181
- - Gap-fill โ‰ค 6 frames via cubic spline; longer gaps tagged `quality_flag=warning`
182
-
183
- ### Known limitations
184
- - Performer population: currently skewed toward 18โ€“40yo (planned expansion in v2)
185
- - Finger data precision depends on glove calibration per session
186
- - Object 6D pose accuracy: ยฑ2mm translation, ยฑ0.5ยฐ orientation
187
-
188
- ### Ethical & Privacy
189
- - All performers signed informed-consent & appearance release
190
- - Faces are **not** included in skeleton/metric data
191
- - No biometric identifier is retained in the released features
192
 
193
  ---
194
 
 
29
  # ChingMu 1000-Hour Embodied Motion Dataset
30
  ### ้’็žณ1000ๅฐๆ—ถๅ…ท่บซๆ™บ่ƒฝๅŠจไฝœๆ•ฐๆฎ้›†
31
 
 
 
 
 
 
 
 
 
 
 
 
 
 
32
  > High-precision **optical motion capture** data for humanoid robots, dexterous hands, embodied AI, and virtual production.
33
 
34
  | | |
35
  |---|---:|
36
+ | **Duration** | **1000+ hours** @ 120 Hz |
37
  | **Scenarios** | 15+ real-world scenes |
38
+ | **Tasks** | 500+ standardized tasks |
39
+ | **Objects** | 1000+ tracked props (6D pose) |
40
+ | **Modalities** | Skeleton ยท Finger ยท Object 6D ยท Video ยท Labels |
41
+ | **Formats** | BVH ยท Retargeted CSV ยท NPZ |
42
+
43
+ ๐Ÿ”’ **Access note:** Metadata and samples are public. Full data requires **Request access**.
44
 
45
  ---
46
 
47
+ ## Key Features
48
 
49
+ - **Optical ground truth** โ€“ sub-mm accuracy, 120 fps, no estimation errors.
50
+ - **Dexterous hands** โ€“ 20+ DoF per hand, synchronized with object 6D pose.
51
+ - **Robot-ready** โ€“ pre-retargeted to Unitree G1; custom retargeting available.
52
+ - **Real-world diversity** โ€“ 15+ scenarios, 500+ tasks, 1000+ objects.
53
+ - **Multi-modal** โ€“ full-body skeleton, finger motion, object pose, multi-view video, semantic labels.
54
+ - **Quality assured** โ€“ every take passes automated cleaning + manual inspection; quality flags provided.
55
 
56
+ ---
57
 
58
+ ## Dataset Summary
 
 
 
 
59
 
60
+ ChingMu 1000H is an optical motion capture dataset designed for training and validating embodied AI and humanoid robot controllers. It covers full-body skeleton, finger articulation, object 6D pose, multi-view video, and semantic labels across 15+ real-world scenarios (industrial, household, retail, healthcare, logistics, agriculture, performance). All data is cleaned, quality-assessed, and robot-retargeted.
61
+
62
+ ---
63
 
64
  ## โœจ Data Highlights
65
 
 
105
 
106
  Watch a short demonstration of the motion capture data in action:
107
 
108
+ ## ๐ŸŽฅ Preview Video
109
 
110
+ <video width="100%" height="auto" controls preload="none">
111
+ <source src="assets/videos/jibengongjia.mp4" type="video/mp4">
112
  Your browser does not support the video tag.
113
  </video>
114
 
 
123
 
124
  ---
125
 
126
+ ## Task & Scenario Taxonomy
127
 
128
+ All takes are indexed in `metadata/index.csv`. Key filter columns:
129
 
130
+ | Column | Values | Use |
131
  |---|---|---|
132
  | `scenario` | `industrial`, `household`, `retail`, `healthcare`, `logistics`, `agri`, `performance` | Filter by scene |
133
  | `task_category` | `locomotion`, `manipulation`, `dexterous_hand`, `tool_use`, `interaction` | Broad category |
134
+ | `task_label` | `walk_carrying_box`, `screw_with_driver`, `pinch_grasp_bottle` โ€ฆ | Specific task |
135
  | `has_finger_data` | `true` / `false` | Needs hand DoF? |
136
  | `has_object_6d` | `true` / `false` | Needs object tracking? |
137
  | `quality_flag` | `pass` / `warning` / `fail` | Skip bad takes |
138
+ | `retarget_available` | `g1` / `none` | Robot format |
139
+
140
+ Full taxonomy includes locomotion, manipulation, dexterous hand, tool use, object interaction, social contact, and performance.
141
+
142
+ > ๐Ÿ‘€ Try the interactive **Dataset Preview** at the top of this page (select `metadata` config) or download [`metadata/index.csv`](https://huggingface.co/datasets/ZIHLING/Chingmu-RobotData/resolve/main/metadata/index.csv) for offline filtering.
143
+
144
+ ---
145
 
146
  ### Full Taxonomy (abridged)
147
 
 
159
 
160
  ---
161
 
162
+ ## Dataset Structure
163
+ chingmu-1000h/
164
+ โ”œโ”€โ”€ metadata/ โ† Index files (CSV, taxonomy)
165
+ โ”œโ”€โ”€ retargeted/ โ† Robot-ready trajectories (gated)
166
+ โ”‚ โ””โ”€โ”€ g1_joint_trajectory/
167
+ โ”œโ”€โ”€ raw_bvh/ โ† Original BVH (gated)
168
+ โ”œโ”€โ”€ annotations/ โ† Semantic labels
169
+ โ”œโ”€โ”€ samples/ โ† Public preview (no gate)
170
+ โ””โ”€โ”€ LICENSE.md
171
+
172
+ ---
173
+
174
+ ## Quick Start
175
+
176
+ ```bash
177
+ pip install huggingface_hub
178
+
179
+ ```python
180
+ from huggingface_hub import hf_hub_download
181
+ repo_id = "ZIHLING/Chingmu-RobotData"
182
+ file_path = hf_hub_download(
183
+ repo_id=repo_id,
184
+ filename="samples/Move_the_box_001.bvh",
185
+ repo_type="dataset",
186
+ local_dir="./robot_samples")
187
+ print(f"Downloaded: {file_path}")
188
+
189
+ For full access, request permission via the **Request access** button, then use `snapshot_download`.
190
+
191
+ ---
192
+
193
  ## Data Format Specifications
194
 
195
  | Property | Value |
 
204
 
205
  ## Quality & Limitations
206
 
207
+ ## Quality & Limitations
208
+
209
+ **Quality controls:** marker swap correction, gap-filling (โ‰ค6 frames), foot skating detection, manual review. Flags: `pass`, `warning`, `fail`.
210
+
211
+ **Accuracy:** joint error <1mm, object pose ยฑ2mm / ยฑ0.5ยฐ, temporal sync <1 frame.
212
+
213
+ **Limitations:** performer age skew (20โ€“35), finger precision depends on calibration, object accuracy varies with marker cluster size.
214
+
215
+ **Ethics:** all performers consented; faces excluded from skeleton data; no biometric identifiers retained.
 
 
 
 
 
 
216
 
217
  ---
218