Skip to content

shreyanshg2010/Face-and-Blink-Detection-master

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Face and Blink Detection

Overview

Goal

  1. In this demo we will find the facial landmarks, such as eyes, nose, mouth, ears, jaw-line using the popular dlib library
  2. We will see the basics of face detection using Haar Feature-based Cascade Classifiers
  3. We will extend the same for eye detection etc.
  4. We also detect the blink counts and upload the count data to the firebase console.

Alt

Dependencies

   opencv
   numpy
   webcam

You also need shape detector, you can download it by

wget http://dlib.net/files/shape_predictor_68_face_landmarks.dat.bz2

Usage

1) python facial_landmark_detection.py --shape-predictor shape_predictor_68_face_landmarks.dat --image images/nish.jpg
2) python eye-blink.py

Results

Alt Alt Alt Alt

Face-and-Blink-Detection-master

Face-and-Blink-Detection-master

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages