Basic tools for running biometric recognition experiments
Project description
Scripts to run biometric recognition experiments
This package is part of the bob.bio packages, which allow to run comparable and reproducible biometric recognition experiments on publicly available databases.
This package contains basic functionality to run biometric recognition experiments. It provides a generic ./bin/verify.py script that takes several parameters, including:
A database and its evaluation protocol
A data preprocessing algorithm
A feature extraction algorithm
A biometric recognition algorithm
All these steps of the biometric recognition system are given as configuration files.
In this base class implementation, only a few algorithms (such as PCA, LDA, PLDA, BIC) are implemented, while most algorithms that are more specialized are provided by other packages, which are usually in the bob.bio namespace, such as:
bob.bio.spear for speaker recognition recognition databases, features and algorithms
bob.bio.face for face recognition databases, features and algorithms
bob.bio.video for video-based databases and algorithms
bob.bio.gmm for Gaussian-mixture-model-based algorithms
bob.bio.csu for wrapper classes of the CSU Face Recognition Resources (see Installation Instructions of bob.bio.csu).
Moreover, a script for score fusion ./bin/fusion_llr.py is provided to do score-level fusion using Logistic regression to combine outputs from different systems.
Additionally, a generic script ./bin/evaluate.py is provided that can generate several types of plots (such as ROC, DET and CMC curves) and compute several measures (such as HTER, Cllr) to evaluate your experiments.
Installation
To create your own working package using one or more of the bob.bio packages, please follow the Installation Instructions of the bob.bio packages.
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file bob.bio.base-2.0.9.zip
.
File metadata
- Download URL: bob.bio.base-2.0.9.zip
- Upload date:
- Size: 336.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 33aa9c7c6eead5fd75a454813ee64100c56243870fa62c8fa938649487a3203c |
|
MD5 | 5567141ec65064becc0235c008a7a814 |
|
BLAKE2b-256 | e27055a095e7355a251d145fcb8dd7d48e0c6383cd25cc2df6957541f4c8449e |