awesome-egocentric-atlas / docs /recipes /ar-glasses-sensing.md
cy0307's picture
Sync Awesome Egocentric Atlas from GitHub
16efd3c verified
|
Raw
History Blame Contribute Delete
2.46 kB

AR-Glasses and Wearable Sensing

Goal

Work with AR-glasses / headset streams — RGB, gaze, IMU, SLAM, audio, and 3D scene context — for scene understanding, localization, digital twins, and assistive perception.

Start with

Add if you need

Benchmarks

ADT machine-perception tasks, AEA scene reconstruction / prompted segmentation, Nymeria motion-language grounding, and EgoNight for day→night robustness.

Baselines / tools

  • Project Aria Tools for VRS, calibration, MPS, trajectory, and gaze.
  • Aria MPS outputs (SLAM trajectory, point cloud, eye gaze) as ready-made inputs.

Minimum viable experiment

  1. Load one ADT or AEA sequence with Project Aria Tools.
  2. Reproduce a provided perception task (e.g., 6DoF object pose or segmentation).
  3. Add gaze or IMU as an extra input and measure the change.
  4. Report the official metric with and without the extra modality.

Common pitfalls

  • Aria uses fisheye + rolling shutter; undistort/sync before feeding standard models.
  • Gaze and IMU are time-series — align timestamps to frames carefully.
  • Project Aria datasets have their own license; confirm terms before redistribution.
  • Synthetic renderings (ADT) differ from real streams — do not mix without noting it.

Reporting checklist

  • Dataset, sequence(s), and Aria/MPS version.
  • Calibration / undistortion and time-sync described.
  • Modalities used (RGB, gaze, IMU, SLAM, audio) listed.
  • Real vs. synthetic data stated.
  • License/terms for any shared artifacts.