Coverage for src/bob/pad/face/config/replay_attack.py: 100%
2 statements
« prev ^ index » next coverage.py v7.6.0, created at 2024-07-13 01:19 +0200
« prev ^ index » next coverage.py v7.6.0, created at 2024-07-13 01:19 +0200
1"""`Replay-Attack`_ is a database for face PAD experiments.
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]_.
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::
12 $ bob config set bob.db.replay_attack.directory /path/to/database/replay/protocols/replayattack-database/
13"""
14from bob.pad.face.database import ReplayAttackPadDatabase
16database = ReplayAttackPadDatabase()