--- license: cc-by-nc-4.0 task_categories: - robotics - keypoint-detection tags: - embodied-ai - hand-tracking - ecot - vla - human-demonstrations - apple-vision-pro pretty_name: AVP Hand Tracking & ECoT Annotations Sample size_categories: - n<1K configs: - config_name: default data_files: - split: train path: "data/**/*.jsonl" --- # Mundo AI — Egocentric Kinematic Dexterity with Dense ECoT Language Annotations
Real frame from the release: two-hand tracking during a grip-slip failure. The reflection trace shows the operator's recovery reasoning.
Overlays are 2D projections through the fisheye model; underlying 3D kinematics are precise.
## 1. Overview This release contains office-scale samples of high-fidelity, egocentric human interaction data. Each trajectory pairs wide-FOV RGB video with synchronized 3D hand-tracking, head-pose data, and dense Embodied Chain-of-Thought (ECoT) language annotations with strong **emphasis on failure recovery and course-correction**. The dataset is designed to address a specific gap in embodied AI training: while in-the-wild egocentric video is abundant, most of it lacks the 3D kinematic fidelity required to learn precise, dexterous manipulation. High-precision kinematic datasets of this type are intended to pair with and anchor broader in-the-wild footage during pretraining of Vision-Language-Action (VLA) models. Relative to prior egocentric kinematic datasets, this release adds: * **Dense ECoT Annotations** — timestamped, hierarchical breakdowns of global tasks into subtasks and action segments. * **Explicit Failure & Reflection Traces** — schema fields capturing tactical diagnostics and recovery reasoning, enabling models to learn troubleshooting rather than pure imitation. * **Wide-FOV RGB capture** paired with high-frequency kinematic tracking — providing rich environmental context alongside precise hand poses. To our knowledge, the combination of precise kinematic tracking with ECoT reasoning and explicit failure-recovery annotation is not present in any other public dataset. ### What's Included in This Sample | Modality | Description | |:---|:---| | **Egocentric RGB** | Wide-FOV fisheye video, head-mounted, captured during natural task execution | | **Hand Kinematics** | Per-frame 27-joint poses for both hands in SE(3); confidence flags on tracking loss | | **Head & Camera Pose** | SE(3) trajectories for the headset and rendering camera in ARKit world space | | **Task Coverage** | Office-scale manipulation: pick-and-place, tool use, object reorganization, surface interaction | | **ECoT Annotations** | Three-level hierarchy — global task, subtasks (manipulation/stationary/locomotion), action segments — with outcome labels at each level | | **Failure & Recovery Traces** | Grip slips, mis-grasps, object drops, mis-aligned approaches; paired with operator-perspective reflection text describing the recovery strategy | | **Bimanual Sequences** | Trajectories with coordinated two-hand interactions (stabilizing one object while manipulating another) | | **Contact Annotations** | Per-action contact-state flags indicating when hands are in load-bearing contact with objects | ### Positioning Against Related Datasets | Dataset | Hand Kinematics | Hierarchical Reasoning | Failure Recovery | Wide-FOV Egocentric | |:---|:---|:---|:---|:---| | **Mundo (this release)** | **✓** 27-joint AVP-native (incl. forearm) | **✓** task → subtask → action-segment; reasoning on failures | **✓** tactical diagnostics | **✓** 155° fisheye | | EgoDex | ✓ 25-joint AVP-native | — single task description per recording | — | — ~100° AVP-native | | Ego4D | — post-hoc only | partial — goal/step/substep on subset | — | — headset-native | | DROID | — teleop joints | — flat instructions | partial — binary outcome only | — third-person | | Open X-Embodiment | varies | — no standard | — | varies | *Mundo's subtask layer matches Ego4D's substep and EgoDex's task-description granularity, enabling annotation alignment when combining datasets. The action-segment layer extends hierarchy downward for VLA action-chunk training.* --- ## 2. Quickstart This is a gated dataset — authenticate with your Hugging Face Access Token when cloning. ```bash git clone https://huggingface.co/datasets/thomasmundo/Sample-Robotics-Dataset cd Sample-Robotics-Dataset pip install -r requirements.txt python3 tools/visualize.py \ --video data/movingitems/0.mp4 \ --hdf5 data/movingitems/0.hdf5 \ --json data/movingitems/0.json \ --output data/movingitems/0_visualize.mp4 ``` The output MP4 contains the rendered timeline with spatial overlays. --- ## 3. File Layout Each trajectory produces a triad of temporally aligned files sharing an ID: ```text data/