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

2 statements  

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

1"""The `CASIA-SURF`_ database for face anti-spoofing 

2 

3After downloading, you can tell the bob library where the files are located 

4using:: 

5 

6 $ bob config set bob.db.casia_surf.directory /path/to/database/CASIA-SURF/ 

7""" 

8from bob.pad.face.database import CasiaSurfPadDatabase 

9 

10database = CasiaSurfPadDatabase()