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

2 statements  

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

1"""Config file for the CASIA FASD dataset. 

2Please run ``bob config set bob.db.casia_fasd.directory /path/to/database/casia_fasd/`` 

3in terminal to point to the original files of the dataset on your computer.""" 

4 

5from bob.pad.face.database import CasiaFasdPadDatabase 

6 

7database = CasiaFasdPadDatabase()