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

[build] added maskattack database and configuration as entry points

parent bef3514f
Branches
Tags
1 merge request!72Add maskattack db
Pipeline #
......@@ -73,6 +73,7 @@ setup(
'batl-db-depth = bob.pad.face.config.batl_db_depth:database',
'batl-db-thermal = bob.pad.face.config.batl_db_thermal:database',
'celeb-a = bob.pad.face.config.celeb_a:database',
'maskattack = bob.pad.face.config.maskattack:database',
],
# registered configurations:
......@@ -88,6 +89,7 @@ setup(
'batl-db-depth = bob.pad.face.config.batl_db_depth',
'batl-db-thermal = bob.pad.face.config.batl_db_thermal',
'celeb-a = bob.pad.face.config.celeb_a',
'maskattack = bob.pad.face.config.maskattack',
# baselines using SVM:
'lbp-svm = bob.pad.face.config.lbp_svm',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment