Skip to content

1996scarlet/Laser-Eye

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laser Eye : Gaze Estimation via Deep Neural Networks

BootJump

Installation

Requirements

  • Python 3.5+
  • Linux, Windows or macOS
  • mxnet (>=1.4)

While not required, for optimal performance(especially for the detector) it is highly recommended to run the code using a CUDA enabled GPU.

Run

  • Prepare an usb camera or some videos
  • [Optional] More Accurate Face Alignment
  • python3 video_gaze_test.py

Tips

  • EditMxnetDetectionModel's scale parameter to make a suitable input size of face detector
  • More details at Wiki

Gaze Estimation for MMD Face Capture

Face Detection

Facial Landmarks Detection

Head Pose Estimation

Iris Segmentation

Citation

@article{wang2019realtime,
  title={Realtime and Accurate 3D Eye Gaze Capture with DCNN-based Iris and Pupil Segmentation},
  author={Wang, Zhiyong and Chai, Jinxiang and Xia, Shihong},
  journal={IEEE transactions on visualization and computer graphics},
  year={2019},
  publisher={IEEE}
}

@inproceedings{deng2019retinaface,
  title={RetinaFace: Single-stage Dense Face Localisation in the Wild},
  author={Deng, Jiankang and Guo, Jia and Yuxiang, Zhou and Jinke Yu and Irene Kotsia and Zafeiriou, Stefanos},
  booktitle={arxiv},
  year={2019}
}

Releases

No releases published

Packages

No packages published

Languages