AriaGazeTrack is a Python project that uses Meta Project Aria sensor data to estimate 3-DoF head orientation and project eye gaze points onto RGB camera frames.
- Raw gyroscope integration using quaternions
- Calibrated gyroscope integration using bias and rectification matrix
- Orientation error comparison against ground truth
- Eye gaze projection from CPF coordinates to RGB camera frame
- Red gaze-dot overlay on extracted video frames
- Short and long trace evaluation support
- Python
- NumPy
- OpenCV
- Matplotlib
- SciPy
- Project Aria Tools
python hw5_tracking.pypython hw5_gaze.py <path_to_adt_sequence_folder>Dataset files are not included because Project Aria ADT data is large. Download the required ADT sequence separately and place it inside adt_data/.
Kelvin Ihezue