• Stars
    star
    113
  • Rank 308,299 (Top 7 %)
  • Language
    Python
  • License
    GNU General Publi...
  • Created almost 5 years ago
  • Updated almost 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Gaze Estimation via Deep Neural Networks

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}
}