Coverage for src/bob/pad/face/config/replay_mobile.py: 100%
2 statements
« prev ^ index » next coverage.py v7.6.5, created at 2024-11-14 23:14 +0100
« prev ^ index » next coverage.py v7.6.5, created at 2024-11-14 23:14 +0100
1"""`Replay-Mobile`_ is a database for face PAD experiments.
3The Replay-Mobile Database for face spoofing consists of 1030 video clips of photo and video attack attempts to 40 clients,
4under different lighting conditions.
5These videos were recorded with current devices from the market -- an iPad Mini2 (running iOS) and a LG-G4 smartphone (running Android).
6This Database was produced at the Idiap Research Institute (Switzerland) within the framework
7of collaboration with Galician Research and Development Center in Advanced Telecommunications - Gradiant (Spain).
8The reference citation is [CBVM16]_.
10You can download the raw data of the `Replay-Mobile`_ database by following
11the link. After downloading, you can tell the bob library where the files are
12located using::
14 $ bob config set bob.db.replay_mobile.directory /path/to/database/replay-mobile/database/
15"""
16from bob.pad.face.database import ReplayMobilePadDatabase
18database = ReplayMobilePadDatabase()