From dfcc509e0eb68a5e49e758a4f20dc45182b3872d Mon Sep 17 00:00:00 2001 From: Amir MOHAMMADI <amir.mohammadi@idiap.ch> Date: Thu, 6 Jun 2019 17:10:39 +0200 Subject: [PATCH] Add a config file for casia fasd --- bob/pad/face/config/casiafasd.py | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 bob/pad/face/config/casiafasd.py diff --git a/bob/pad/face/config/casiafasd.py b/bob/pad/face/config/casiafasd.py new file mode 100644 index 00000000..0ee9b257 --- /dev/null +++ b/bob/pad/face/config/casiafasd.py @@ -0,0 +1,8 @@ +#!/usr/bin/env python + +"""Config file for the CASIA FASD dataset. +Please run ``bob config set bob.db.casia_fasd.directory /path/to/casia_fasd_files`` +in terminal to point to the original files of the dataset on your computer.""" + +from bob.pad.face.database import CasiaFasdPadDatabase +database = CasiaFasdPadDatabase() -- GitLab