All Projects → 1996scarlet → Laser-Eye

1996scarlet / Laser-Eye

Licence: GPL-3.0 License
Gaze Estimation via Deep Neural Networks

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Laser-Eye

GazeML-keras
A keras port of swook/GazeML for pupil, iris and eye-lid detection
Stars: ✭ 44 (-44.3%)
Mutual labels:  eye-tracking, gaze-estimation
SADRNet
[TIP 2021] SADRNet: Self-Aligned Dual Face Regression Networks for Robust 3D Dense Face Alignment and Reconstruction
Stars: ✭ 101 (+27.85%)
Mutual labels:  face-alignment
Face-Recognition-FaceNet
A python script label faces in group photos using Facenet. 🎉
Stars: ✭ 21 (-73.42%)
Mutual labels:  face-alignment
Vision
Computer Vision And Neural Network with Xamarin
Stars: ✭ 54 (-31.65%)
Mutual labels:  eye-tracking
FusionMouse
Combines Tobii eye tracking with TrackIR head tracking for a fast hands-free mouse replacement, in Rust!
Stars: ✭ 33 (-58.23%)
Mutual labels:  eye-tracking
SupervisedDescentMethod
No description or website provided.
Stars: ✭ 19 (-75.95%)
Mutual labels:  face-alignment
Face
I have published my face related codes in this repository
Stars: ✭ 53 (-32.91%)
Mutual labels:  face-alignment
eye-tracker-setup
👀 Tobii Eye Tracker 4C Setup
Stars: ✭ 24 (-69.62%)
Mutual labels:  eye-tracking
TobiiGlassesPyController
Tobii Pro Glasses 2 Python controller
Stars: ✭ 42 (-46.84%)
Mutual labels:  eye-tracking
FDBeye
R tools for eyetracker workflows.
Stars: ✭ 101 (+27.85%)
Mutual labels:  eye-tracking
awesome-gaze
A curated list of awesome gaze estimation frameworks, datasets and other awesomeness.
Stars: ✭ 60 (-24.05%)
Mutual labels:  gaze-estimation
MouseView.js
Attentional mouse tracking. Alternative to online eye tracking. Eye tracking without the eyes!
Stars: ✭ 46 (-41.77%)
Mutual labels:  eye-tracking
ECT-FaceAlignment
[TIFS 2018] Combining Data-driven and Model-driven Methods for Robust Facial Landmark Detection
Stars: ✭ 28 (-64.56%)
Mutual labels:  face-alignment
deep alignment network pytorch
PyTorch Implementation of the Deep Alignment Network
Stars: ✭ 37 (-53.16%)
Mutual labels:  face-alignment
GazeTheWeb
Explore the Web with your eyes! Part of the MAMEM project.
Stars: ✭ 30 (-62.03%)
Mutual labels:  eye-tracking
Eye VR Segmentation
AR/VR Eye Semantic Segmentation - Rank 5th/17 - OpenEDS 2019
Stars: ✭ 45 (-43.04%)
Mutual labels:  eye-tracking
enhanced-ssh-mxnet
The MXNet Implementation of Enhanced SSH (ESSH) for Face Detection and Alignment
Stars: ✭ 54 (-31.65%)
Mutual labels:  face-alignment
FacialLandmark TF
Facial landmarks training by tensorflow. Use for face alignment and so on.
Stars: ✭ 22 (-72.15%)
Mutual labels:  face-alignment
DeepVTB
🌌 OpenVTuber-虚拟アイドル共享计划 An application of real-time face and gaze analyzation via deep nerual networks.
Stars: ✭ 32 (-59.49%)
Mutual labels:  face-alignment
Face-alignment-Trees
This is the C++ implement of the paper: Face Detection, Pose Estimation, and Landmark Localization in the Wild
Stars: ✭ 17 (-78.48%)
Mutual labels:  face-alignment

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}
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].