ZIHLING commited on
Commit
c027873
·
1 Parent(s): e9bad34
Files changed (1) hide show
  1. README.md +101 -64
README.md CHANGED
@@ -29,111 +29,147 @@ dataset_info:
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 Format Specifications
65
 
66
- | Component | Format | Details |
67
  |---|---|---|
68
- | Raw motion | `.bvh` | Y-up, 120 fps, ZYX rotation, cm units, 47–67 joints |
69
- | Retargeted trajectories | `.csv` | Root position (m), root quaternion, joint angles (rad) |
70
- | Object 6D pose | `.csv` | Position (m) + quaternion per object, 120 Hz |
71
- | Multi-view video | `.mp4` | 2–4 synchronized cameras, co-registered timeline |
 
 
72
 
73
- ## 📸 Sample Visualization
74
 
75
  Display is a snapshot from our motion capture studio showing a subject performing a box-moving task, with real-time skeleton overlay and object tracking:
 
76
 
77
  <img src="https://github.com/ChingmuData/CMRD/raw/refs/heads/main/assets/logo.png"></img>
78
 
79
  *Figure: Optical mocap data visualized with skeleton and tracked object.*
 
80
 
81
- ## 🎥 Preview Video
82
 
83
  Watch a short demonstration of the motion capture data in action:
 
84
 
85
  <video src="https://github.com/ChingmuData/CMRD/raw/refs/heads/main/assets/jibengongjia.mp4" controls autoplay muted loop>
86
  Your browser does not support the video tag.
87
  </video>
88
 
89
  *Demonstration of full-body motion capture with real-time skeleton overlay and object tracking.*
 
90
 
91
- ### Intended Uses
92
  - Imitation learning / motion policy training for humanoids
 
93
  - Dexterous manipulation datasets (hand-object interaction)
 
94
  - Motion generation & retrieval (text/motion cross-modal)
 
95
  - Sim-to-real validation (MuJoCo via retargeted trajectories)
 
96
  - Virtual production & animation reference
 
 
97
 
98
  ---
99
 
100
- ## Task & Scenario Taxonomy
101
 
102
- All takes are indexed in `metadata/index.csv`. Key filter columns:
 
103
 
104
- | Column | Values | Use |
105
  |---|---|---|
106
- | `scenario` | `industrial`, `household`, `retail`, `healthcare`, `logistics`, `agri`, `performance` | Filter by scene |
107
- | `task_category` | `locomotion`, `manipulation`, `dexterous_hand`, `tool_use`, `interaction` | Broad category |
108
- | `task_label` | `walk_carrying_box`, `screw_with_driver`, `pinch_grasp_bottle` … | Specific task |
109
- | `has_finger_data` | `true` / `false` | Needs hand DoF? |
110
- | `has_object_6d` | `true` / `false` | Needs object tracking? |
111
- | `quality_flag` | `pass` / `warning` / `fail` | Skip bad takes |
112
- | `retarget_available` | `g1` / `none` | Robot format |
 
 
 
 
113
 
114
- Full taxonomy includes locomotion, manipulation, dexterous hand, tool use, object interaction, social contact, and performance.
 
115
 
116
- > 👀 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.
117
 
118
  ---
119
 
120
- ### Full Taxonomy (abridged)
121
 
122
  - **Locomotion** → walk, jog, crouch-walk...
 
123
  - **Manipulation (whole-body)** → shelf-pick-place...
 
124
  - **Dexterous Hand** → pinch, precision-grasp...
 
125
  - **Tool Use** → screwdriver, wrench...
 
126
  - **Object Interaction** → door-open/close...
127
- - **Social / Contact** → handoff-object...
 
 
128
  - **Performance** → dance, martial-arts...
 
129
 
130
  👀 **Try it live:** Use the **Dataset Preview** panel at the top of this page to filter and explore the actual index table. Select the `metadata` config to browse available takes.
 
131
 
132
  > ℹ️ The full index with all rows is best viewed locally. Download [`metadata/index.csv`](https://huggingface.co/datasets/ZIHLING/Chingmu-RobotData/resolve/main/metadata/index.csv) to open in Excel or pandas for complete filtering.
 
133
 
134
  ---
135
 
136
- ## Dataset Structure
137
 
138
  ```
139
  chingmu-1000h/
@@ -146,17 +182,19 @@ chingmu-1000h/
146
  └── LICENSE.md
147
  ```
148
 
149
- ## 🖥️ Interactive Showcase
150
 
151
  Visit our dedicated showcase website for interactive demos, comparison videos, and detailed visualizations:
 
152
 
153
  [![Visit Showcase](https://img.shields.io/badge/🌐-Visit_Showcase_Website-2ea44f?style=for-the-badge)](https://chingmudata.github.io/CMRD/)
154
 
155
  *Includes: trailer video, modality breakdowns, robot retargeting comparisons, and more.*
 
156
 
157
  ---
158
 
159
- ## Quick Start
160
 
161
  ```bash
162
  pip install huggingface_hub
@@ -176,46 +214,45 @@ print(f"Downloaded: {file_path}")
176
  ```
177
 
178
  For full access, request permission via the **Request access** button, then use `snapshot_download`.
 
179
 
180
  ---
181
 
182
- ## Data Format Specifications
183
-
184
- | Property | Value |
185
- |---|---|
186
- | Up axis | Y-up |
187
- | Frame rate | 120 fps |
188
- | Rotation order | ZYX (BVH standard per-joint) |
189
- | Units | cm for position, degrees for channels |
190
- | Joint count | 47–67 depending on finger inclusion |
191
-
192
- ---
193
-
194
- ## Quality & Limitations
195
-
196
- **Quality controls:** marker swap correction, gap-filling (≤6 frames), foot skating detection, manual review. Flags: `pass`, `warning`, `fail`.
197
 
198
- **Accuracy:** joint error <1mm, object pose ±2mm / ±0.5°, temporal sync <1 frame.
 
199
 
200
- **Limitations:** performer age skew (20–35), finger precision depends on calibration, object accuracy varies with marker cluster size.
 
201
 
202
- **Ethics:** all performers consented; faces excluded from skeleton data; no biometric identifiers retained.
 
203
 
 
 
204
  ---
205
 
206
- ## Get Full Dataset
207
 
208
  Only a subset of the dataset is publicly available here. If you need **full access** to the entire 1000-hour dataset, please scan the QR code below to contact us via WeChat:
 
209
 
210
  <img src="https://github.com/ChingmuData/CMRD/raw/refs/heads/main/assets/cs.jpg" width="30%" alt="alt text">
211
 
212
  Alternatively, you can click the **"Request access"** button on the right side of this page to automatically gain download permissions for the complete dataset.
 
213
  *Note: Approval is automatic, but we kindly ask you to provide your contact information for licensing purposes.*
 
214
 
215
  Or email us at: **dataset@chingmu.ai**
 
216
 
217
  We look forward to collaborating with researchers and industry partners!
 
218
 
219
- ## Contact
220
  - Issues / Requests: [Discussions](https://huggingface.co/datasets/ZIHLING/Chingmu-RobotData/discussions)
221
- - Email: dataset@chingmu.ai
 
 
 
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
+ > 面向人形机器人、灵巧手、具身 AI 和虚拟制作的高精度多模态动作数据。
34
 
35
  | | |
36
  |---|---:|
37
+ | **Duration / 时长** | **1000+ hours** @ 120 Hz |
38
+ | **Scenarios / 场景** | 15+ real-world scenes |
39
+ | **Tasks / 任务** | 500+ standardized tasks |
40
+ | **Objects / 物体** | 1000+ tracked props (6D pose) |
41
+ | **Modalities / 模态** | Skeleton · Finger · Object 6D · Video · Labels |
42
+ | **Formats / 格式** | BVH · Retargeted CSV · NPZ |
43
 
44
+ 🔒 **Access note:** Metadata and samples are public. Full data requires **Request access**.
45
+ 🔒 **访问说明:** 元数据和样本公开,完整数据需申请访问权限。
46
 
47
  ---
48
 
49
+ ## Key Features / 核心特点
50
+
51
+ - **Optical ground truth** – sub-mm accuracy, 120 fps, no estimation errors.
52
+ **光学真值** – 亚毫米精度,120 fps,无估计误差。
53
+ - **Dexterous hands** – 20+ DoF per hand, synchronized with object 6D pose.
54
+ **灵巧手数据** – 每只手 20+ 自由度,与物体 6D 位姿同步。
55
+ - **Robot-ready** – pre-retargeted to Unitree G1; custom retargeting available.
56
+ **机器人就绪** – 预重定向至 Unitree G1,可定制其他机器人。
57
+ - **Real-world diversity** – 15+ scenarios, 500+ tasks, 1000+ objects.
58
+ **真实场景多样性** – 15+ 场景,500+ 任务,1000+ 物体。
59
+ - **Multi-modal** – full-body skeleton, finger motion, object pose, multi-view video, semantic labels.
60
+ **多模态** – 全身骨骼、手指运动、物体位姿、多视角视频、语义标签。
61
+ - **Quality assured** – every take passes automated cleaning + manual inspection; quality flags provided.
62
+ **质量保障** – 每条数据经自动化清洗和人工审核,提供质量标记。
63
 
64
  ---
65
 
66
+ ## Dataset Summary / 数据集概述
67
 
68
  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.
69
 
70
+ 青瞳 1000 小时数据集是为训练和验证具身 AI 与人形机器人控制器而构建的光学动捕数据集。它覆盖全身骨骼、手指关节、物体 6D 位姿、多视角视频和语义标签,跨越 15+ 真实场景(工业、家庭、零售、医疗、物流、农业、表演)。所有数据均经过清洗、质量评估和机器人重定向。
71
+
72
  ---
73
 
74
+ ## Data Format Specifications / 数据格式规范
75
 
76
+ | Component / 组件 | Format / 格式 | Details / 详情 |
77
  |---|---|---|
78
+ | Raw motion / 原始动作 | `.bvh` | Y-up, 120 fps, ZYX rotation, cm, 47–67 joints |
79
+ | Retargeted trajectories / 重定向轨迹 | `.csv` | Root position (m), quaternion, joint angles (rad) |
80
+ | Object 6D pose / 物体 6D 位姿 | `.csv` | Position (m) + quaternion, 120 Hz |
81
+ | Multi-view video / 多视角视频 | `.mp4` | 4–8 cameras, co-registered |
82
+ | Semantic labels / 语义标签 | `.jsonl` | Task, scenario, action, object |
83
+
84
 
85
+ ## 📸 Sample Visualization / 样本可视化
86
 
87
  Display is a snapshot from our motion capture studio showing a subject performing a box-moving task, with real-time skeleton overlay and object tracking:
88
+ 以下是我们动捕棚的截图,展示了一名受试者执行搬箱子任务的过程,包含实时骨骼叠加和物体追踪:
89
 
90
  <img src="https://github.com/ChingmuData/CMRD/raw/refs/heads/main/assets/logo.png"></img>
91
 
92
  *Figure: Optical mocap data visualized with skeleton and tracked object.*
93
+ *图:光学动捕数据可视化,显示骨骼和追踪物体。*
94
 
95
+ ## 🎥 Preview Video / 预览视频
96
 
97
  Watch a short demonstration of the motion capture data in action:
98
+ 观看动捕数据的简短演示:
99
 
100
  <video src="https://github.com/ChingmuData/CMRD/raw/refs/heads/main/assets/jibengongjia.mp4" controls autoplay muted loop>
101
  Your browser does not support the video tag.
102
  </video>
103
 
104
  *Demonstration of full-body motion capture with real-time skeleton overlay and object tracking.*
105
+ *全身动作捕捉演示,包含实时骨骼叠加和物体追踪。*
106
 
107
+ ### Intended Uses / 预期用途
108
  - Imitation learning / motion policy training for humanoids
109
+ - 人形机器人的模仿学习 / 运动策略训练
110
  - Dexterous manipulation datasets (hand-object interaction)
111
+ - 灵巧操作数据集(手-物交互)
112
  - Motion generation & retrieval (text/motion cross-modal)
113
+ - 运动生成与检索(文本/运动跨模态)
114
  - Sim-to-real validation (MuJoCo via retargeted trajectories)
115
+ - 仿真到现实的验证(通过重定向轨迹在 MuJoCo 中验证)
116
  - Virtual production & animation reference
117
+ - 虚拟制作与动画参考
118
+
119
 
120
  ---
121
 
122
+ ## Task & Scenario Taxonomy / 任务与场景分类
123
 
124
+ All takes are indexed in `metadata/index.csv`. Key filter columns:
125
+ 所有数据片段均在 `metadata/index.csv` 中索引。关键筛选列:
126
 
127
+ | Column / 列名 | Values / 取值 | Use / 用途 |
128
  |---|---|---|
129
+ | `scenario` | `industrial`, `household`, `retail`, `healthcare`, `logistics`, `agri`, `performance` | Filter by scene / 按场景筛选 |
130
+ | `task_category` | `locomotion`, `manipulation`, `dexterous_hand`, `tool_use`, `interaction` | Broad category / 大类 |
131
+ | `task_label` | `walk_carrying_box`, `screw_with_driver`, `pinch_grasp_bottle` … | Specific task / 具体任务 |
132
+ | `has_finger_data` | `true` / `false` | Needs hand DoF? / 是否需要手指数据 |
133
+ | `has_object_6d` | `true` / `false` | Needs object tracking? / 是否需要物体追踪 |
134
+ | `quality_flag` | `pass` / `warning` / `fail` | Skip bad takes / 跳过低质量数据 |
135
+ | `retarget_available` | `g1` / `none` | Robot format / 机器人格式 |
136
+
137
+ Full taxonomy includes locomotion, manipulation, dexterous hand, tool use, object interaction, social contact, and performance.
138
+ 完整分类包括:移动、操作、灵巧手、工具使用、物体交互、社交接触和表演。
139
+
140
 
141
+ > 👀 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.
142
+ > 👀 尝试页面顶部的交互式**数据集预览**(选择 `metadata` 配置),或下载 `metadata/index.csv` 进行离线筛选。
143
 
 
144
 
145
  ---
146
 
147
+ ### Full Taxonomy (abridged) / 完整分类(简版)
148
 
149
  - **Locomotion** → walk, jog, crouch-walk...
150
+ - **移动** → 行走、慢跑、蹲走……
151
  - **Manipulation (whole-body)** → shelf-pick-place...
152
+ - **移动** → 行走、慢跑、蹲走……
153
  - **Dexterous Hand** → pinch, precision-grasp...
154
+ - **灵巧手** → 捏取、精密抓握、旋盖、插拔、按键、工具握持……
155
  - **Tool Use** → screwdriver, wrench...
156
+ - **工具使用** → 螺丝刀、扳手、剪刀、镊子、喷瓶……
157
  - **Object Interaction** → door-open/close...
158
+ - **物体交互** → 开门/关门、抽屉、冰箱、橱柜、盖子开合……
159
+ - **Social / Contact** → handoff-object...、
160
+ - **社交/接触** → 传递物��、引导运动、双人交接……
161
  - **Performance** → dance, martial-arts...
162
+ - **表演** → 舞蹈、武术风格动作、风格化手势……
163
 
164
  👀 **Try it live:** Use the **Dataset Preview** panel at the top of this page to filter and explore the actual index table. Select the `metadata` config to browse available takes.
165
+ 👀 **现场体验:** 使用页面顶部的**数据集预览**面板筛选和浏览实际索引表。选择 `metadata` 配置查看可用的数据片段。
166
 
167
  > ℹ️ The full index with all rows is best viewed locally. Download [`metadata/index.csv`](https://huggingface.co/datasets/ZIHLING/Chingmu-RobotData/resolve/main/metadata/index.csv) to open in Excel or pandas for complete filtering.
168
+ > ℹ️ 完整索引(所有行)建议在本地查看。下载 `metadata/index.csv` 后用 Excel 或 pandas 打开进行完整筛选。
169
 
170
  ---
171
 
172
+ ## Dataset Structure / 数据集结构
173
 
174
  ```
175
  chingmu-1000h/
 
182
  └── LICENSE.md
183
  ```
184
 
185
+ ## 🖥️ Interactive Showcase / 交互式展示网站
186
 
187
  Visit our dedicated showcase website for interactive demos, comparison videos, and detailed visualizations:
188
+ 访问我们的专属展示网站,查看交互式演示、对比视频和详细的可视化内容:
189
 
190
  [![Visit Showcase](https://img.shields.io/badge/🌐-Visit_Showcase_Website-2ea44f?style=for-the-badge)](https://chingmudata.github.io/CMRD/)
191
 
192
  *Includes: trailer video, modality breakdowns, robot retargeting comparisons, and more.*
193
+ *包含:预告片、模态分解、机器人重定向对比等。*
194
 
195
  ---
196
 
197
+ ## Quick Start / 快速开始
198
 
199
  ```bash
200
  pip install huggingface_hub
 
214
  ```
215
 
216
  For full access, request permission via the **Request access** button, then use `snapshot_download`.
217
+ 如需完整访问,请通过 **Request access** 按钮申请权限,然后使用 `snapshot_download`。
218
 
219
  ---
220
 
221
+ ## Quality & Limitations / 质量与局限
 
 
 
 
 
 
 
 
 
 
 
 
 
 
222
 
223
+ **Quality controls / 质量控制:** marker swap correction, gap-filling (≤6 frames), foot skating detection, manual review. Flags: `pass`, `warning`, `fail`.
224
+ **标记交换修正、缺帧填充(≤6帧)、足部滑动检测、人工审核。标记:pass、warning、fail。**
225
 
226
+ **Accuracy / 精度:** joint error <1mm, object pose ±2mm / ±0.5°, temporal sync <1 frame.
227
+ **关节误差 <1mm,物体位姿 ±2mm / ±0.5°,时间同步 <1 帧。**
228
 
229
+ **Limitations / 局限:** performer age skew (20–35), finger precision depends on calibration, object accuracy varies with marker cluster size.
230
+ **表演者年龄偏向(20-35岁),手指精度取决于校准,物体精度随标记簇大小变化。**
231
 
232
+ **Ethics / 伦理:** all performers consented; faces excluded from skeleton data; no biometric identifiers retained.
233
+ **所有表演者已签署同意书;面部未包含在骨骼数据中;未保留生物特征标识。**
234
  ---
235
 
236
+ ## Get Full Dataset / 获取完整数据集
237
 
238
  Only a subset of the dataset is publicly available here. If you need **full access** to the entire 1000-hour dataset, please scan the QR code below to contact us via WeChat:
239
+ 此处仅公开了数据集的子集。如果您需要**完整访问**整个 1000 小时数据集,请扫描下方二维码通过微信联系我们:
240
 
241
  <img src="https://github.com/ChingmuData/CMRD/raw/refs/heads/main/assets/cs.jpg" width="30%" alt="alt text">
242
 
243
  Alternatively, you can click the **"Request access"** button on the right side of this page to automatically gain download permissions for the complete dataset.
244
+ 或者,您可以点击页面右侧的 **“Request access”** 按钮自动获得完整数据集的下载权限。
245
  *Note: Approval is automatic, but we kindly ask you to provide your contact information for licensing purposes.*
246
+ *注意:审批是自动的,但我们恳请您提供联系信息以便授权。*
247
 
248
  Or email us at: **dataset@chingmu.ai**
249
+ 或发送邮件至:**dataset@chingmu.ai**
250
 
251
  We look forward to collaborating with researchers and industry partners!
252
+ 我们期待与研究人员和行业伙伴合作!
253
 
254
+ ## Contact / 联系方式
255
  - Issues / Requests: [Discussions](https://huggingface.co/datasets/ZIHLING/Chingmu-RobotData/discussions)
256
+ - 问题/请求:[讨论区](https://huggingface.co/datasets/ZIHLING/Chingmu-RobotData/discussions)
257
+ - Email: dataset@chingmu.ai
258
+ - 邮箱:dataset@chingmu.ai