File size: 1,746 Bytes
4b9d495 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 | ---
license: cc-by-4.0
task_categories:
- robotics
tags:
- FlexaTechnologies
- flexa
- manipulation
- lerobot
- h1-humanoid
- shadow-hand
- iphone-lidar
- egocentric
- dexterous-manipulation
size_categories:
- n<1K
---
# flexa-stack2
H1 humanoid + Shadow Hand replay of bimanual book stacking from iPhone egocentric capture.
## Pipeline
iPhone rear camera (Record3D .r3d) → HaMeR 2D hand detection + MANO pose → Record3D LiDAR depth fusion → 3D wrist trajectories → Jacobian IK for H1 arms → DexMV finger retargeting → MuJoCo replay → LeRobot export
## Data
- **Robot**: Unitree H1 + Shadow Hand (48 DOF: 10 arm + 38 finger)
- **Task**: Bimanual book stacking
- **Episodes**: 1
- **Frames**: 476
- **FPS**: 30
- **Format**: LeRobot v2.1 (Parquet + MP4)
## Features
| Feature | Shape | Type |
|---------|-------|------|
| `observation.state` | (48,) | float32 |
| `action` | (48,) | float32 |
| `observation.images.sim` | (480, 640, 3) | video |
| `observation.images.ego` | (480, 640, 3) | video |
## Joint Names (state/action ordering)
Arm joints: `left_shoulder_pitch, left_shoulder_roll, left_shoulder_yaw, left_elbow, left_wrist_yaw, right_shoulder_pitch, right_shoulder_roll, right_shoulder_yaw, right_elbow, right_wrist_yaw`
Finger joints: Shadow Hand curl DOFs (WRJ1/2, FFJ1-3, MFJ1-3, RFJ1-3, LFJ1-3, THJ1-5) × left + right
## Source
- Pipeline: [flexa-tech/flexa-pipeline](https://github.com/flexa-tech/flexa-pipeline)
- Capture: iPhone 15 Pro rear camera with Record3D LiDAR
- Hand reconstruction: HaMeR (on Modal)
- Finger retargeting: DexMV
- IK: Custom Jacobian solver with elbow-out nullspace bias
## License
CC-BY-4.0
|