Skip to content
Snippets Groups Projects

WIP: rPPG as features for PAD

Merged Guillaume HEUSCH requested to merge rppg into master
19 files
+ 1583
6
Compare changes
  • Side-by-side
  • Inline
Files
19
from bob.bio.base.preprocessor import Filename
from bob.bio.base.preprocessor import Filename
# This preprocessor does nothing, returning just the name of the file to extract the features from:
# This preprocessor does nothing, returning just the name of the file to extract the features from:
 
 
# WARNING: if you use this, you should provide the preprocessed directory, as the database directory
 
# i.e. ./bin/spoof.py [config.py] --preprocessed-directory /idiap/group/biometric/databases/pad/replay/protocols/replayattack-database/
empty_preprocessor = Filename()
empty_preprocessor = Filename()
Loading