diff --git a/bob/pad/face/config/database/msu_mfsd.py b/bob/pad/face/config/database/msu_mfsd.py index 7dcef4b9a7e92277891f9466cd2169505aa16936..ec2cd20a614af2becd29a89120b05994f3de4968 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 32f077c3900fd70ccb8468758ef3f3773c01d510..44ef1f87ef310f7e3bf869f70152c569dfb00ee9 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 b761a780b49247a1665bcaf187f0b56cf5e9c82e..9edada2e3441f26eedb7e24e27074caa51cd7715 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: + + ---------------------------------