The project is structured in three parts:
- Data extraction
- Testing: K-fold cross-validation
- Real execution
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.
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: