shaoanlu / GazeML-keras

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:Jupyter Notebook 96.3%Language:Python 3.7%