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

2 statements  

« prev     ^ index     » next       coverage.py v7.6.5, created at 2024-11-14 23:14 +0100

1"""`Replay-Attack`_ is a database for face PAD experiments. 

2 

3The Replay-Attack Database for face spoofing consists of 1300 video clips of 

4photo and video attack attempts to 50 clients, under different lighting 

5conditions. This Database was produced at the Idiap Research Institute, in 

6Switzerland. The reference citation is [CAM12]_. 

7 

8You can download the raw data of the `Replay-Attack`_ database by following the 

9link. After downloading, you can tell the bob library where the files are 

10located using:: 

11 

12 $ bob config set bob.db.replay_attack.directory /path/to/database/replay/protocols/replayattack-database/ 

13""" 

14from bob.pad.face.database import ReplayAttackPadDatabase 

15 

16database = ReplayAttackPadDatabase()