This system will help people who go for long drive to detect their drowsiness.
- Run
python face_eye_detect_static_image.py
- Run
python realtime_face_eye_detection.py
- In this application we will check the eye aspect ratio.If this ratio is less than the threshold for a good amount of time application will trigger the alarm
- The facial landmarks detected by dlib are indexible.
- Visualization of 68 facial landmark coordinates from the iBUG 300-W dataset
- Run
python drowsiness_detect.py