Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 624 Bytes

File metadata and controls

20 lines (13 loc) · 624 Bytes

Eye Blink Detector (눈 깜빡임 감지기)

  • Recognize whether eye is opened or closed on image
  • Test on video file

Click image to see demo video!

result.png

Dependencies

  • Python 3+
  • Keras
  • numpy
  • matplotlib (for visualization)

for test on real video, download dlib shape_predictor model file here

참고 링크 https://opentutorials.org/module/3811/25289