enrich readme with highlights, format specs, quality assurance
Browse files
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 |
+

|
| 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)
|