Skip to content

tonibofarull/face-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Face, eyes and gaze recognition

The project is structured in three parts:

  • Data extraction
  • Testing: K-fold cross-validation
  • Real execution

Data extraction

The data used can be found at the following links:

  • BioID - Database to train face and eye SVMs.
  • Gaze - Indicates for each image in the Database whether or not is looking at the camera.

BioID provides images of person and the position of their eyes.

With this information we have the subimages of (face/no-face), (eye/no-eyes) and the gaze of each photo.

Real execution

The SVM are trained with the whole dataset and using a several sliding windows we try to find the one with the best score.

Example:

alt text

About

Face recognition using SVM in MATLAB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages