Skip to content
Snippets Groups Projects
user avatar
Manuel Guenther authored
7ae38bc7
History
http://img.shields.io/badge/docs-stable-yellow.png http://img.shields.io/badge/docs-latest-orange.png https://travis-ci.org/bioidiap/bob.example.faceverify.svg?branch=v2.0.1 https://coveralls.io/repos/bioidiap/bob.example.faceverify/badge.png https://img.shields.io/badge/github-master-0000c0.png http://img.shields.io/pypi/v/bob.example.faceverify.png http://img.shields.io/pypi/dm/bob.example.faceverify.png

Exemplary Face Verification Experiments Using Bob

This example demonstrates how to use Bob to build three different face verification systems. It includes examples with three different complexities:

  • A simple eigenface based example
  • An example using Gabor jets in a grid graph
  • An example building an UBM/GMM model on top of DCT blocks.

The face verification experiments are executed on the AT&T database, which is a toy database that is perfectly useful for this example, but not to publish scientific papers. Anyways, the functionality inside this package will work with any other face verification database of Bob.

Installation

To install this package -- alone or together with other Packages of Bob -- please read the Installation Instructions. For Bob to be able to work properly, some dependent packages are required to be installed. Please make sure that you have read the Dependencies for your operating system.

Documentation

For further documentation on this package, please read the Stable Version or the Latest Version of the documentation. For a list of tutorials on this or the other packages ob Bob, or information on submitting issues, asking questions and starting discussions, please visit its website.