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

A compact dataset of prompt templates and examples designed to teach LLMs to consistently report model identity fields (model ID, name, creator, family, architecture, parameter count, knowledge cutoff). Includes regex markers, usage guidance, example replacements, and a small personalization script for fine‑tuning or runtime substitution.

Hugging Face

A multiple-choice benchmark for evaluating language-model arithmetic: 1,000 continuation-style elementary word problems (4 choices, balanced labels) organized by topic, grade band, and difficulty. Designed for base-model continuation log-likelihood scoring; released under Apache-2.0.

Hugging Face

Provides 7,000 bilingual multi-turn, search-oriented tool-use trajectories (5,000 English, 2,000 Chinese) for supervised fine-tuning and analysis of agentic search models. Includes serialized system/user/assistant messages, embedded Qwen3 tool schemas, and conversion scripts; not a standalone benchmark.