Skip to content

Drowsiness detection can be quickly done using shape predictor face landmarks.dat model file that mark the essential landmarks on the face using OpenCV modules.

Notifications You must be signed in to change notification settings

vyask21/opencv-drowsy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

opencv-drowsy

A project inspired by Adrian Rosebrock's take on Drowsiness detection with OpenCV.

dependencies

pip install numpy opencv-python dlib imutils

Note

If you're unable to install/run opencv-python or are faced with the error ImportError: DLL load failed while importing cv2: The specified module could not be found.

  1. Create a env in your pip/conda environment and try reinstalling opencv-python. Else,
  2. Run !pip install opencv-contrib-python via jupyter notebook cell.

About

Drowsiness detection can be quickly done using shape predictor face landmarks.dat model file that mark the essential landmarks on the face using OpenCV modules.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published