Skip to content

A project using Dlib, OpenCV Python based on facial landmark detection.

License

Notifications You must be signed in to change notification settings

Gptshubh/Driver-Drowsiness-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Driver-Drowsiness-Detection

Driver drowsiness detection is a project built using Dlib and OpenCV with Python as a backend language.

Logic of project

The project includes direct working with the 68 facial landmark detector and also the face detector of the Dlib library. The 68 facial landmark detector is a robustly trained efficient detector which detects the points on the human face using which we determine whether the eyes are open or they are closed.

image

The working of the project

1)As you can see the above screenshot where the landmarks aredetected using the detector.

2)Now we are taking the ratio which is described as 'Sum of distances of vertical landmarks divided by twice the distance between horizontal landmarks'.

3)Now this ratio is totally dependent on your system which you may configure accordingly for the thresholds of sleeping, drowsy, active.

image

image

image

About

A project using Dlib, OpenCV Python based on facial landmark detection.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages