Skip to content
Snippets Groups Projects
Commit 9dc69b71 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Remove database interfaces from runtime

parent cc25a86b
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -23,6 +23,16 @@ package: ...@@ -23,6 +23,16 @@ package:
$ conda install bob.bio.vein $ conda install bob.bio.vein
You must also install drivers for all database interfaces you may want to use.
The next command line install some of the available drivers:
.. code-block:: sh
$ conda install bob.db.utfvp bob.db.verafinger
For a list of currently maintained database drivers, you may check `this file <https://gitlab.idiap.ch/bob/bob.bio.vein/blob/master/test-requirements.txt>`_.
Setting up Databases Setting up Databases
-------------------- --------------------
...@@ -46,7 +56,8 @@ The current system readily supports the following freely available datasets: ...@@ -46,7 +56,8 @@ The current system readily supports the following freely available datasets:
* ``vera``: `Vera Fingervein`_ * ``vera``: `Vera Fingervein`_
* ``utfvp``: `UTFVP`_ * ``utfvp``: `UTFVP`_
* ``fv3d``: `3D Fingervein`_ * ``fv3d``: `3D Fingervein`_
* ``put``: `PUT`_ Vein Dataset
.. * ``put``: `PUT`_ Vein Dataset
After downloading the databases, annotate the base directories in which they After downloading the databases, annotate the base directories in which they
......
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