Cross-Spectrum Iris/Periocular Recognition COMPETITION¶
-
class
bob.db.pericrosseye.Database(original_directory=None, original_extension=None)[source]¶ Bases:
bob.db.base.SQLiteDatabaseWrapper class for the Periocular Recognition competition
-
objects(groups=None, protocol=None, purposes=None, model_ids=None, **kwargs)[source]¶ This function returns lists of File objects, which fulfill the given restrictions.
-
groups(protocol=None, **kwargs)[source]¶ This function returns the list of groups for this database.
-
zclients(protocol=None)[source]¶ Returns a set of Z-Norm clients for the specific query by the user.
-
tclients(protocol=None)[source]¶ Returns a set of T-Norm clients for the specific query by the user.
-
zobjects(protocol=None, groups=None)[source]¶ Returns a set of Z-Norm objects for the specific query by the user.
-
-
class
bob.db.pericrosseye.File(file_id, image_name, client_id, modality)[source]¶ Bases:
sqlalchemy.ext.declarative.api.Base,bob.db.base.FileInformation about the files of the LDHF database.
Each file includes * the client id
-
modality_choices= ('VIS', 'NIR')¶
-
id¶
-
path¶
-
client¶
-
client_id¶
-
modality¶
-
-
class
bob.db.pericrosseye.Client(id)[source]¶ Bases:
sqlalchemy.ext.declarative.api.BaseInformation about the clients (identities) of the LDHF.
-
id¶
-