Drowsiness Detection
This might work on windows and linux too, but no guarantees.
Command: pip install -r requirements-mac.txt
Command: pip3 install -r requirements-mac.txt
Be in the EiT folder
Command: python src/__main__.py --shape-predictor src/datasets/shape_predictor_68_face_landmarks.dat -a src/audio/alarm.wav -n src/audio/notification.wav
Command: python3 src --shape-predictor src/datasets/shape_predictor_68_face_landmarks.dat -a src/audio/alarm.wav -n src/audio/notification.wav
The face is divided up into 68 points as seen in the picture below:
The mar is calculated from points 49-60 By getting the length of A, B, and C as seen below: