Skip to content

Jegama/drowsiness_tagging

 
 

Repository files navigation

Drowsiness tagger

This script analyzes a face video looking at eye gestures in order to export a tagged file where drowsiness was detected.

Dependecies

  • Python 3.6+
  • OpenCV
  • dlib
  • imutils

How to run

python drowsiness_tagger.py [shape predictor] [video file]

  • [shape predictor]: For this work, the shape_predictor_68_face_landmarks.dat was used.
  • [video file]: Video of driver's face

Code based on Adrian Rosebrock's tutorial

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%