Detecting when a human's mouth is open
Adrian Rosebrock - drowsiness detection
I was interested in implementing a similar function for calculating the aspect ratio of the mouth instead of both eyes.
Python modules for:
- scipy
- imutils
- numpy
- dlib
- cv2
This sample version uses your webcam, so make sure that the device you are using has one. Otherwise, you will need to change the code to take in a video file.
python detect_open_mouth.py