From 9c880c6179933d7b226202f3c7fa58f3a431033a Mon Sep 17 00:00:00 2001 From: Olegs NIKISINS <onikisins@italix03.idiap.ch> Date: Wed, 12 Jul 2017 09:12:38 +0200 Subject: [PATCH] Added doc of MSU MFSD to Resources section --- bob/pad/face/config/database/msu_mfsd.py | 4 ++-- doc/links.rst | 4 ++-- doc/resources.rst | 9 +++++++++ 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/bob/pad/face/config/database/msu_mfsd.py b/bob/pad/face/config/database/msu_mfsd.py index 7dcef4b9..ec2cd20a 100644 --- a/bob/pad/face/config/database/msu_mfsd.py +++ b/bob/pad/face/config/database/msu_mfsd.py @@ -2,13 +2,13 @@ """`MSU MFSD`_ is a database for face PAD experiments. -Database created at MSU, for face-PAD experiments. The public version of the database (available here) contains +Database created at MSU, for face-PAD experiments. The public version of the database contains 280 videos corresponding to 35 clients. The videos are grouped as 'genuine' and 'attack'. The attack videos have been constructed from the genuine ones, and consist of three kinds: print, iPad (video-replay), and iPhone (video-replay). Face-locations are also provided for each frame of each video, but some (6 videos) face-locations are not reliable, because the videos are not correctly oriented. -The reference citation is [XXX]_. +The reference citation is [WHJ15]_. You can download the raw data of the `MSU MFSD`_ database by following the link. diff --git a/doc/links.rst b/doc/links.rst index 32f077c3..44ef1f87 100644 --- a/doc/links.rst +++ b/doc/links.rst @@ -3,7 +3,7 @@ .. This file contains all links we use for documentation in a centralized place -.. _idiap: http://www.idiap. +.. _idiap: http://www.idiap.ch .. _bob: http://www.idiap.ch/software/bob .. _buildout: http://www.buildout.org .. _pypi: http://pypi.python.org @@ -12,4 +12,4 @@ .. _replayattack: https://www.idiap.ch/dataset/replayattack .. _replay-mobile: https://www.idiap.ch/dataset/replay-mobile .. _dependencies: https://gitlab.idiap.ch/bob/bob/wikis/Dependencies - +.. _MSU MFSD: http://biometrics.cse.msu.edu/Publications/Databases/MSUMobileFaceSpoofing/index.htm \ No newline at end of file diff --git a/doc/resources.rst b/doc/resources.rst index b761a780..9edada2e 100644 --- a/doc/resources.rst +++ b/doc/resources.rst @@ -40,6 +40,15 @@ Replay-Mobile Database :members: +.. _bob.pad.face.resources.databases.msu_mfsd: + +MSU MFSD Database +================================================================================ + +.. automodule:: bob.pad.face.config.database.msu_mfsd + :members: + + --------------------------------- -- GitLab