Skip to content
Snippets Groups Projects
Commit d7470dfe authored by Tiago de Freitas Pereira's avatar Tiago de Freitas Pereira
Browse files

Merge branch 'annotator' into 'master'

Putting annotator back to the documentation

See merge request !209
parents eb30ad3c 52b3de8d
Branches
Tags v0.0.1
1 merge request!209Putting annotator back to the documentation
Pipeline #45774 passed
.. _bob.bio.base.annotators:
==============================
Annotating biometric databases
==============================
It is often required to annotate the biometric samples before running
experiments. This often happens in face biometrics where each face is detected
and location of landmarks on the face is saved prior to running experiments.
To facilitate the process of annotating a new database, this package provides
a command-line script:
.. code-block:: sh
$ bob bio annotate --help
This script accepts two main parameters a database object that inherits from
:any:`bob.bio.base.database.BioDatabase` and an annotator object that inherits
from :any:`bob.bio.base.annotator.Annotator`. Please see the help message of
the script for more information.
The script can also be run in parallel using :ref:`gridtk`:
.. code-block:: sh
$ jman submit --array 64 -- bob bio annotate /path/to/config.py --array 64
The number that is given to the ``--array`` options should match.
You can find the list of readily available annotator configurations using the
``resources.py`` command:
.. code-block:: sh
$ resources.py --types annotator
...@@ -84,6 +84,7 @@ Users Guide ...@@ -84,6 +84,7 @@ Users Guide
vanilla_biometrics_intro vanilla_biometrics_intro
vanilla_biometrics_features vanilla_biometrics_features
vanilla_biometrics_score_normalization vanilla_biometrics_score_normalization
annotators
legacy legacy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment