Skip to content
Snippets Groups Projects
Commit 918b3790 authored by Guillaume HEUSCH's avatar Guillaume HEUSCH
Browse files

added FARGO stuff wherever it was needed

parent 3df9949e
Branches
Tags
1 merge request!55added FARGO stuff wherever it was needed
Pipeline #29982 passed
...@@ -19,7 +19,6 @@ from .frgc import FRGCBioDatabase ...@@ -19,7 +19,6 @@ from .frgc import FRGCBioDatabase
from .scface import SCFaceBioDatabase from .scface import SCFaceBioDatabase
from .replaymobile import ReplayMobileBioDatabase from .replaymobile import ReplayMobileBioDatabase
from .msu_mfsd_mod import MsuMfsdModBioDatabase from .msu_mfsd_mod import MsuMfsdModBioDatabase
from .fargo import FargoBioDatabase from .fargo import FargoBioDatabase
...@@ -59,5 +58,6 @@ __appropriate__( ...@@ -59,5 +58,6 @@ __appropriate__(
SCFaceBioDatabase, SCFaceBioDatabase,
ReplayMobileBioDatabase, ReplayMobileBioDatabase,
MsuMfsdModBioDatabase, MsuMfsdModBioDatabase,
FargoBioDatabase
) )
__all__ = [_ for _ in dir() if not _.startswith('_')] __all__ = [_ for _ in dir() if not _.startswith('_')]
...@@ -83,6 +83,7 @@ test: ...@@ -83,6 +83,7 @@ test:
- bob.db.replaymobile - bob.db.replaymobile
- bob.db.scface - bob.db.scface
- bob.db.xm2vts - bob.db.xm2vts
- bob.db.fargo
- bob.bio.gmm - bob.bio.gmm
- gridtk - gridtk
......
...@@ -37,6 +37,7 @@ eggs = bob.extension ...@@ -37,6 +37,7 @@ eggs = bob.extension
bob.db.replaymobile bob.db.replaymobile
bob.db.scface bob.db.scface
bob.db.xm2vts bob.db.xm2vts
bob.db.fargo
gridtk gridtk
bob.bio.base bob.bio.base
bob.bio.gmm bob.bio.gmm
...@@ -78,6 +79,7 @@ develop = src/bob.extension ...@@ -78,6 +79,7 @@ develop = src/bob.extension
src/bob.db.replaymobile src/bob.db.replaymobile
src/bob.db.scface src/bob.db.scface
src/bob.db.xm2vts src/bob.db.xm2vts
src/bob.db.fargo
src/gridtk src/gridtk
src/bob.bio.base src/bob.bio.base
src/bob.bio.gmm src/bob.bio.gmm
...@@ -123,6 +125,7 @@ bob.db.replay = git https://gitlab.idiap.ch/bob/bob.db.replay ...@@ -123,6 +125,7 @@ bob.db.replay = git https://gitlab.idiap.ch/bob/bob.db.replay
bob.db.replaymobile = git https://gitlab.idiap.ch/bob/bob.db.replaymobile bob.db.replaymobile = git https://gitlab.idiap.ch/bob/bob.db.replaymobile
bob.db.scface = git https://gitlab.idiap.ch/bob/bob.db.scface bob.db.scface = git https://gitlab.idiap.ch/bob/bob.db.scface
bob.db.xm2vts = git https://gitlab.idiap.ch/bob/bob.db.xm2vts bob.db.xm2vts = git https://gitlab.idiap.ch/bob/bob.db.xm2vts
bob.db.fargo = git https://gitlab.idiap.ch/bob/bob.db.fargo
gridtk = git https://gitlab.idiap.ch/bob/gridtk gridtk = git https://gitlab.idiap.ch/bob/gridtk
bob.bio.base = git https://gitlab.idiap.ch/bob/bob.bio.base bob.bio.base = git https://gitlab.idiap.ch/bob/bob.bio.base
bob.bio.gmm = git https://gitlab.idiap.ch/bob/bob.bio.gmm bob.bio.gmm = git https://gitlab.idiap.ch/bob/bob.bio.gmm
......
...@@ -171,6 +171,10 @@ Here is the list of files and replacement strings for all databases that are reg ...@@ -171,6 +171,10 @@ Here is the list of files and replacement strings for all databases that are reg
- Images: ``[YOUR_XM2VTS_DIRECTORY]`` - Images: ``[YOUR_XM2VTS_DIRECTORY]``
* FARGO: ``'fargo'``
- Images: ``[YOUR_FARGO_DIRECTORY]``
You can use the ``databases.py`` script to list, which data directories are correctly set up. You can use the ``databases.py`` script to list, which data directories are correctly set up.
In order to view the annotations inside your database on top of the images, you can use the ``display_face_annotations.py`` script that is provided. In order to view the annotations inside your database on top of the images, you can use the ``display_face_annotations.py`` script that is provided.
......
...@@ -26,6 +26,7 @@ Databases ...@@ -26,6 +26,7 @@ Databases
bob.bio.face.database.XM2VTSBioDatabase bob.bio.face.database.XM2VTSBioDatabase
bob.bio.face.database.FRGCBioDatabase bob.bio.face.database.FRGCBioDatabase
bob.bio.face.database.SCFaceBioDatabase bob.bio.face.database.SCFaceBioDatabase
bob.bio.face.database.FargoBioDatabase
Face Image Annotators Face Image Annotators
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment