Skip to content

daoducanhc/Drowsy_man_detected

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Drowsy man detector

A computer vision system that can automatically detect driver drowsiness in a real-time video stream and then warning if the driver appears to be drowsy.

Based on Eye Aspect Ratio and Mouth Aspect Ratio to detect when the driver’s eyes are closed too long or yawns too often.

Using pre-trained Haar cascade for localizing faces and dlib’s shape predictor to detect landmarks on the face.

Because of using Eye Aspect Ratio and Mouth Aspect Ratio thresholds, the system need to be adjusted that thresholds to fit with each person.

Output examples

alt text alt text

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages