ZIHLING commited on
Commit
9e90b68
Β·
1 Parent(s): ae1a5a9

enrich readme with highlights, format specs, quality assurance

Browse files
Files changed (1) hide show
  1. README.md +40 -0
README.md CHANGED
@@ -71,6 +71,46 @@ Data is captured using **optical mocap systems** (sub-mm precision, 120 fps) and
71
 
72
  Scenarios span industrial assembly, household service, retail interaction, healthcare assistance, logistics handling, agricultural work, and staged performance.
73
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
74
  ### Intended Uses
75
  - Imitation learning / motion policy training for humanoids
76
  - Dexterous manipulation datasets (hand-object interaction)
 
71
 
72
  Scenarios span industrial assembly, household service, retail interaction, healthcare assistance, logistics handling, agricultural work, and staged performance.
73
 
74
+ ## ✨ Data Highlights
75
+
76
+ - **Optical Ground Truth** – Sub-millimeter accuracy (<1mm), 120 fps, no estimation errors.
77
+ - **Dexterous Hands** – 20+ DoF per hand, synchronized with object 6D pose for fine-grained manipulation.
78
+ - **Robot-Ready** – Pre-retargeted to Unitree G1; custom retargeting available on request.
79
+ - **Real-World Diversity** – 15+ scenarios (industrial, household, retail, healthcare, logistics, agriculture, performance), 500+ tasks, 1000+ objects.
80
+ - **Multi-Modal** – Full-body skeleton (BVH), finger motion, object pose, multi-view video, semantic labels.
81
+ - **Quality Assured** – Every take passes automated cleaning + manual inspection; quality flags (pass/warning/fail) provided.
82
+
83
+ ## πŸ“ Data Format Specifications
84
+
85
+ | Component | Format | Details |
86
+ |---|---|---|
87
+ | Raw motion | `.bvh` | Y-up, 120 fps, ZYX rotation, cm units, 47–67 joints |
88
+ | Retargeted trajectories | `.csv` | Root position (m), root quaternion, joint angles (rad) |
89
+ | Object 6D pose | `.csv` | Position (m) + quaternion per object, 120 Hz |
90
+ | Multi-view video | `.mp4` | 4–8 synchronized cameras, co-registered timeline |
91
+
92
+ ## βœ… Quality Assurance
93
+
94
+ All data undergoes a rigorous pipeline:
95
+ 1. **Marker swap correction** – automatic detection and repair.
96
+ 2. **Gap filling** – cubic spline interpolation for gaps ≀6 frames; longer gaps flagged.
97
+ 3. **Foot skating detection** – flagged when static foot drifts >2cm/s.
98
+ 4. **Manual review** – each take reviewed by trained annotators.
99
+ 5. **Quality flags** – `pass` (clean), `warning` (minor issues), `fail` (do not use).
100
+
101
+ Typical accuracy:
102
+ - Joint position error: <1mm (optical system limit)
103
+ - Object 6D pose: Β±2mm translation, Β±0.5Β° rotation
104
+ - Temporal sync between modalities: <1 frame
105
+
106
+ ## πŸ“Έ Sample Visualization
107
+
108
+ Below is a snapshot from our motion capture studio showing a subject performing a box-moving task, with real-time skeleton overlay and object tracking:
109
+
110
+ ![Sample](assets/logo.png)
111
+
112
+ *Figure: Optical mocap data visualized with skeleton (blue) and tracked object (red bounding box).*
113
+
114
  ### Intended Uses
115
  - Imitation learning / motion policy training for humanoids
116
  - Dexterous manipulation datasets (hand-object interaction)