Real-time eye blink detection using facial landmarks
Reference : https://www.pyimagesearch.com/2017/04/24/eye-blink-detection-opencv-python-dlib/
Last updated
Was this helpful?
Reference : https://www.pyimagesearch.com/2017/04/24/eye-blink-detection-opencv-python-dlib/
Last updated
Was this helpful?
Using a webcam, we will get real-time video. so, I will detect and count eye blink with real-time video.
We use a research result how changes in the ratio of the eyes when they blink.
we need to use Opencv for detecting facial landmarks
we need to install dlib, imutils, .... packages to activity
we use model "shape_predictor_68_face_landmarks.dat"
shape_predictor_68_face_landmarks.dat" : Get 68 Face Landmarks Data
what is dlib, imutils? (+how to install)
Real_time facial-landmarks-dlib-opencv-python
introduce how to detect eye blink by "real-time eye blink detection using facial landmarks"
eye-blink-detection-opencv-dlib