JamesDBartlett3 / intel-p3-eye-tracking

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Computer Pointer Controller

Computer-Human Interface Peripheral Signal Manipulation via AI Retina Tracking (CHIPSMART)

Project Set Up and Installation

Requires:

Demo

To run this project, simply execute the script titled demo.sh in the root directory of this repository:
./demo.sh

Documentation

This readme file

Benchmarks

The Intel® hardware I benchmarked with:

Results

Model Loading Times (ms)

  • Face Detection: 1117.04
  • Facial Landmark Detection: 443.23
  • Gaze Estimation: 326.16
  • Head Pose Estimation: 145.82
  • Total Loading Time (All Models): 1117.99

Model Inference Times (ms)

  • Face Detection: 102.60
  • Facial Landmark Detection: 1.55
  • Gaze Estimation: 9.10
  • Head Pose Estimation: 7.14

About


Languages

Language:Python 97.7%Language:Shell 2.3%