Coverage for src/bob/pad/face/config/casia_surf.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"""The `CASIA-SURF`_ database for face anti-spoofing
3After downloading, you can tell the bob library where the files are located
4using::
6 $ bob config set bob.db.casia_surf.directory /path/to/database/CASIA-SURF/
7"""
8from bob.pad.face.database import CasiaSurfPadDatabase
10database = CasiaSurfPadDatabase()