Skip to content
Snippets Groups Projects
Commit 00927ac9 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

Merge branch 'conda' into 'master'

Add missing test dependencies

See merge request !132
parents 5b9640c6 25cf7b41
No related branches found
No related tags found
1 merge request!132Add missing test dependencies
Pipeline #
......@@ -75,6 +75,10 @@ test:
- coverage
- sphinx
- sphinx_rtd_theme
- bob.io.image
- bob.db.atnt
- matplotlib
- gridtk
about:
home: https://www.idiap.ch/software/bob/
......
......@@ -32,8 +32,7 @@ Here is a growing list of derived packages:
* :ref:`bob.bio.spear <bob.bio.spear>` Tools to run speaker recognition experiments, including voice activity detection, Cepstral feature extraction, and speaker databases
* :ref:`bob.bio.face <bob.bio.face>` Tools to run face recognition experiments, such as face detection, facial feature extraction and comparison, and face image databases
* :ref:`bob.bio.video <bob.bio.video>` An extension of face recognition algorithms to run on video data, and the according video databases
* :ref:`bob.bio.gmm <bob.bio.gmm>` Algorithms based on Gaussian Mixture Modeling (GMM) such as Inter-Session Variability modeling (ISV) or Total Variability modeling (TV, aka. I-Vector)
* `bob.bio.csu <http://pypi.python.org/pypi/bob.bio.csu>`__ for wrapper classes of the `CSU Face Recognition Resources <http://www.cs.colostate.edu/facerec>`__ (see `Installation Instructions <http://pythonhosted.org/bob.bio.csu/installation.html>`__ of ``bob.bio.csu``).
* :ref:`bob.bio.gmm <bob.bio.gmm>` Algorithms based on Gaussian Mixture Modeling (GMM) such as Inter-Session Variability modeling (ISV) or Total Variability modeling (TV, aka. I-Vector) [Pri07]_ and [ESM+13]_.
If you run biometric recognition experiments using the bob.bio framework, please cite at least one of the following in your scientific publication:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment