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

2 statements  

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

1"""The `OULU-NPU`_ Database. 

2A mobile face presentation attack database with real-world variations database. 

3 

4To configure the location of the database on your computer, run:: 

5 

6 bob config set bob.db.oulu_npu.directory /path/to/database/oulu-npu 

7 

8 

9If you use this database, please cite the following publication:: 

10 

11 @INPROCEEDINGS{OULU_NPU_2017, 

12 author = {Boulkenafet, Z. and Komulainen, J. and Li, Lei. and Feng, X. and Hadid, A.}, 

13 keywords = {biometrics, face recognition, anti-spoofing, presentation attack, generalization, colour texture}, 

14 month = May, 

15 title = {{OULU-NPU}: A mobile face presentation attack database with real-world variations}, 

16 journal = {IEEE International Conference on Automatic Face and Gesture Recognition}, 

17 year = {2017}, 

18 } 

19""" 

20from bob.pad.face.database import OuluNpuPadDatabase 

21 

22database = OuluNpuPadDatabase()