From 5e72fb7b7936eb2c6099b805ef94f03e0d0db8d9 Mon Sep 17 00:00:00 2001 From: Guillaume HEUSCH <guillaume.heusch@idiap.ch> Date: Fri, 13 Jul 2018 11:55:19 +0200 Subject: [PATCH] [build] added maskattack database and configuration as entry points --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 907f5b78..89ae3f14 100644 --- a/setup.py +++ b/setup.py @@ -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', -- GitLab