Skip to content

An internship project developed for driver safety: the application detects if the driver is sleepy while driving using an AI model and rings an alarm.

Notifications You must be signed in to change notification settings

Arkoprovo123/On-road-Driver-Drowsiness-Detection-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Driver-Drowsiness-Detection

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

Logic of the 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.

The working of the project

As you can see the above screenshot where the landmarks are detected using the detector. Now we are taking the ratio which is described as 'Sum of distances of vertical landmarks divided by twice the distance between horizontal landmarks'. Now this ratio is totally dependent on your system which you may configure accordingly for the thresholds of sleeping, drowsy, active.

About

An internship project developed for driver safety: the application detects if the driver is sleepy while driving using an AI model and rings an alarm.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages