Skip to content
Snippets Groups Projects
Commit 8088ae32 authored by Elie KHOURY's avatar Elie KHOURY
Browse files

updated the doc (2)

parent 4d743606
No related branches found
No related tags found
No related merge requests found
...@@ -12,9 +12,10 @@ The ``bob.bio`` packages provide open source tools to run comparable and reprodu ...@@ -12,9 +12,10 @@ The ``bob.bio`` packages provide open source tools to run comparable and reprodu
To design a biometric recognition experiment, one has to choose: To design a biometric recognition experiment, one has to choose:
* a databases containing the original data, and a protocol that defines how to use the data, * a databases containing the original data, and a protocol that defines how to use the data,
* a data preprocessing algorithm, i.e., face detection for face recognition experiments or voice activity detection for speaker recognition * a data preprocessing algorithm, i.e., face detection for face recognition experiments or voice activity detection for speaker recognition,
* the type of features to extract from the preprocessed data, * the type of features to extract from the preprocessed data,
* the biometric recognition algorithm to employ, and * the biometric recognition algorithm to employ,
* the score fusion to combine outputs from different systems, and
* the way to evaluate the results * the way to evaluate the results
For any of these parts, several different types are implemented in the ``bob.bio`` packages, and basically any combination of the five parts can be executed. For any of these parts, several different types are implemented in the ``bob.bio`` packages, and basically any combination of the five parts can be executed.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment