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
No related branches found
No related tags found
1 merge request!72Add maskattack db
Pipeline #
...@@ -73,6 +73,7 @@ setup( ...@@ -73,6 +73,7 @@ setup(
'batl-db-depth = bob.pad.face.config.batl_db_depth:database', 'batl-db-depth = bob.pad.face.config.batl_db_depth:database',
'batl-db-thermal = bob.pad.face.config.batl_db_thermal:database', 'batl-db-thermal = bob.pad.face.config.batl_db_thermal:database',
'celeb-a = bob.pad.face.config.celeb_a:database', 'celeb-a = bob.pad.face.config.celeb_a:database',
'maskattack = bob.pad.face.config.maskattack:database',
], ],
# registered configurations: # registered configurations:
...@@ -88,6 +89,7 @@ setup( ...@@ -88,6 +89,7 @@ setup(
'batl-db-depth = bob.pad.face.config.batl_db_depth', 'batl-db-depth = bob.pad.face.config.batl_db_depth',
'batl-db-thermal = bob.pad.face.config.batl_db_thermal', 'batl-db-thermal = bob.pad.face.config.batl_db_thermal',
'celeb-a = bob.pad.face.config.celeb_a', 'celeb-a = bob.pad.face.config.celeb_a',
'maskattack = bob.pad.face.config.maskattack',
# baselines using SVM: # baselines using SVM:
'lbp-svm = bob.pad.face.config.lbp_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.
Finish editing this message first!
Please register or to comment