AIAny
Icon for item

Open-AoE — Egocentric Hand Manipulation Dataset

Provides structured egocentric manipulation signals from smartphone videos: MANO 3D hand reconstructions, metric camera trajectories, and fine-grained atomic action segments (full release ≈2,000 hours planned). Supplies aligned hands.npz, camera_traj.npz, undistorted intrinsics and segment annotations for embodied-learning pipelines.

Introduction

Open-AoE turns low-cost smartphone egocentric video into alignment-ready supervision for embodied learning: instead of a raw video collection, it ships a productionized capture→process→reconstruct pipeline that yields per-frame MANO hand parameters, metric SLAM camera poses, and temporally localized atomic actions.

What Sets It Apart
  • Large, contributor-driven scale and diversity: the first release targets ~2,000 hours collected across hundreds of contributors and devices, giving varied viewpoints, lighting, and everyday manipulation contexts useful for generalization tests.
  • Multi-signal, training-ready outputs: each clip includes undistorted intrinsics, hands.npz (MANO parameters in camera/world coords, per-frame validity masks), camera_traj.npz (framewise cam→world homogeneous transforms + intrinsic matrix), and ego_action_annotation.json (segment-level atomic verbs/objects/bboxes). These artifacts are synchronized so you can directly project 3D hand/world points to image pixels or feed aligned sequences into VLA/WAM/world-model training pipelines.
  • Reusable pipeline & tools: the release includes the cloud-side processing pipeline and a downstream toolchain (visualization, cross-embodiment retargeting, robot replay, and model conversion/recipes), lowering the engineering cost to go from mobile capture to robot/ML training data.
  • Practical conventions for use: intrinsics are provided in undistorted form (use these for projection), pred_valid masks must be applied to filter unreliable frames, timestamps and frame indices are stored as strings and require numeric conversion, and coordinates are in meters with explicit camera/world transform relations.
Who it's for and Tradeoffs

Great fit if you need aligned, multi-modal supervision for embodied tasks — examples: training vision-language-action policies, learning world-action models, hand-object interaction reconstruction, or human-to-robot retargeting. The dataset is useful when you want a ready-made pipeline and tooling to avoid building a private SLAM/hand-reconstruction stack.

Look elsewhere if you require per-frame depth maps (current release omits per-frame depths), strict lab-controlled capture (data is smartphone-captured in natural settings), or a permissive open-source license (dataset license is listed as “other” and users should verify usage terms). Also note frame rate and resolution conventions (30 FPS; mostly 1280×720 or 1920×1080) and that some fields (intrinsics, distortion) are corrected in undistorted outputs—follow the provided usage notes to avoid projection mistakes.

Information

  • Websitehuggingface.co
  • OrganizationsinclusionAI, ant-research
  • Published date2026/07/07

Categories

More Items

Hugging Face

Synthesizes 234K self-contained, high-difficulty scientific reasoning QA pairs by distilling research papers into compact 'reasoning skeletons'. Emphasizes mechanistic reasoning, hypothesis falsification, quantitative derivation and boundary calibration; built for SFT and reasoning evaluation.

Hugging Face

Contains 5,000 coding and chain-of-thought reasoning traces generated by Fable 5.1 — ~150M tokens of step-by-step programming CoT. Deduplicated and filtered for high quality; intended for supervised fine-tuning and distillation to improve reasoning in smaller models.

Hugging Face

Installation-oriented dataset that packages ComfyUI-ready files and instructions for running MiniMax H3 locally — includes pruned/INT8/BF16 checkpoints, matching Qwen3-VL text encoders, video/audio VAEs, and official ComfyUI workflow templates for joint audio+video generation.