Coverage for src/bob/pad/face/config/mask_attack.py: 100%

2 statements  

« prev     ^ index     » next       coverage.py v7.3.2, created at 2023-12-06 23:20 +0100

1"""The `Mask-Attack`_ database for face anti-spoofing 

2consists of video clips of mask attacks. This database was produced at the 

3`Idiap Research Institute <http://www.idiap.ch>`_, in Switzerland. 

4 

5If you use this database in your publication, please cite the following paper on 

6your references: 

7 

8 

9 @INPROCEEDINGS{ERDOGMUS_BTAS-2013, 

10 author = {Erdogmus, Nesli and Marcel, Sébastien}, 

11 keywords = {biometric, Counter-Measures, Spoofing Attacks}, 

12 month = september, 

13 title = {Spoofing in 2D Face Recognition with 3D Masks and Anti-spoofing with Kinect}, 

14 journal = {Biometrics: Theory, Applications and Systems}, 

15 year = {2013},} 

16 

17After downloading, you can tell the bob library where the files are located 

18using:: 

19 

20 $ bob config set bob.db.mask_attack.directory /path/to/database/3dmad/Data/ 

21""" 

22from bob.pad.face.database import MaskAttackPadDatabase 

23 

24database = MaskAttackPadDatabase()