yoshidan / pytorch-eyeblink-detection

Simple Eye Blink Detection with CNN

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pytorch-eyeblink-detection

Simple Eye Blink Detection with CNN

  • Using Mini Xception
  • Model size is about 230KB

Trained Model

Trained by CEW dataset.

  • Validation Accuracy : 96.7%
  • Validation Loss : 0.1256

Here is the result of sample image.
| Image | Open Probability | Guided Backprop | Grad-Cam | Guided Grad-Cam

Retrain

cd src
python train.py
python check.py  #check.py supports cpu only

Reference

About

Simple Eye Blink Detection with CNN


Languages

Language:Python 100.0%