All Projects → shaoanlu → GazeML-keras

shaoanlu / GazeML-keras

Licence: other
A keras port of swook/GazeML for pupil, iris and eye-lid detection

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to GazeML-keras

Laser-Eye
Gaze Estimation via Deep Neural Networks
Stars: ✭ 79 (+79.55%)
Mutual labels:  eye-tracking, gaze-estimation
MouseView.js
Attentional mouse tracking. Alternative to online eye tracking. Eye tracking without the eyes!
Stars: ✭ 46 (+4.55%)
Mutual labels:  eye-tracking
flame
Original Pytorch Implementation of FLAME: Facial Landmark Heatmap Activated Multimodal Gaze Estimation
Stars: ✭ 13 (-70.45%)
Mutual labels:  gaze-estimation
GPCycleGAN
Datasets, code and models from our driver gaze estimation works over the last few years.
Stars: ✭ 35 (-20.45%)
Mutual labels:  gaze-estimation
GazeTheWeb
Explore the Web with your eyes! Part of the MAMEM project.
Stars: ✭ 30 (-31.82%)
Mutual labels:  eye-tracking
NeuralAction
Neural Action is a real-time CNN-based gaze tracking application providing human-machine interface to improve accessibility.
Stars: ✭ 47 (+6.82%)
Mutual labels:  eye-tracking
attention-target-detection
[CVPR2020] "Detecting Attended Visual Targets in Video"
Stars: ✭ 105 (+138.64%)
Mutual labels:  gaze-estimation
Vision
Computer Vision And Neural Network with Xamarin
Stars: ✭ 54 (+22.73%)
Mutual labels:  eye-tracking
awesome-gaze
A curated list of awesome gaze estimation frameworks, datasets and other awesomeness.
Stars: ✭ 60 (+36.36%)
Mutual labels:  gaze-estimation
pytorch mpiigaze demo
Gaze estimation using MPIIGaze and MPIIFaceGaze
Stars: ✭ 196 (+345.45%)
Mutual labels:  gaze-estimation
Optikey
OptiKey - Full computer control and speech with your eyes
Stars: ✭ 3,906 (+8777.27%)
Mutual labels:  eye-tracking
event based gaze tracking
Dataset release for Event-Based, Near-Eye Gaze Tracking Beyond 10,000 Hz
Stars: ✭ 31 (-29.55%)
Mutual labels:  eye-tracking
Eye VR Segmentation
AR/VR Eye Semantic Segmentation - Rank 5th/17 - OpenEDS 2019
Stars: ✭ 45 (+2.27%)
Mutual labels:  eye-tracking
Pigo
Fast face detection, pupil/eyes localization and facial landmark points detection library in pure Go.
Stars: ✭ 3,542 (+7950%)
Mutual labels:  pupil-detection
eye-tracker-setup
👀 Tobii Eye Tracker 4C Setup
Stars: ✭ 24 (-45.45%)
Mutual labels:  eye-tracking
gaze-estimation-with-laser-sparking
Deep learning based gaze estimation demo with a fun feature :-)
Stars: ✭ 32 (-27.27%)
Mutual labels:  gaze-estimation
SmartGaze
WIP Open source IR eye tracker for the Eye Tribe tracker hardware
Stars: ✭ 28 (-36.36%)
Mutual labels:  eye-tracking
FDBeye
R tools for eyetracker workflows.
Stars: ✭ 101 (+129.55%)
Mutual labels:  eye-tracking
TobiiGlassesPyController
Tobii Pro Glasses 2 Python controller
Stars: ✭ 42 (-4.55%)
Mutual labels:  eye-tracking
FusionMouse
Combines Tobii eye tracking with TrackIR head tracking for a fast hands-free mouse replacement, in Rust!
Stars: ✭ 33 (-25%)
Mutual labels:  eye-tracking

GazeML-keras

A keras port of swook/GazeML for eye region landmarks detection.

The dlib face detector is replaced by MTCNN.

Demo

Here is the demo jupyter notebook, or try it on Colaboratory.

Results

WIP

  1. The preprocessing is very different (including not flipping left eye) from the official implementation, thus the results produced are suboptimal.

  2. Model training as well as gaze estimation has not been ported yet.

Dependency

  • python 3.6
  • keras 2.2.4
  • tensorflow 1.12.0

Acknoledgement

ELG model weights are converted from the official repo swook/GazeML. We learnt a lot from there.

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].