From bc413c13e761254e94ec0169fa753fed3e07a01f Mon Sep 17 00:00:00 2001
From: Alain KOMATY <akomaty@nonantesix06.idiap.ch>
Date: Tue, 7 Jun 2022 15:29:12 +0200
Subject: [PATCH] added the deep_pix_bis reference to the documentation

---
 bob/pad/face/config/deep_pix_bis.py | 12 ++++++++++++
 doc/resources.rst                   | 10 ++++++++++
 2 files changed, 22 insertions(+)

diff --git a/bob/pad/face/config/deep_pix_bis.py b/bob/pad/face/config/deep_pix_bis.py
index 721679d6..4cd989cf 100644
--- a/bob/pad/face/config/deep_pix_bis.py
+++ b/bob/pad/face/config/deep_pix_bis.py
@@ -1,3 +1,15 @@
+"""Deep Pixel-wise Binary Supervision for Face PAD
+
+This package contains source code to replicate the experimental results published in the following paper::
+
+@inproceedings{GeorgeICB2019,
+        author = {Anjith George, Sebastien Marcel},
+        title = {Deep Pixel-wise Binary Supervision for Face Presentation Attack Detection},
+        year = {2019},
+        booktitle = {ICB 2019},
+    }
+"""
+
 from sklearn.pipeline import Pipeline
 
 import bob.pipelines as mario
diff --git a/doc/resources.rst b/doc/resources.rst
index a2d558e6..4a370913 100644
--- a/doc/resources.rst
+++ b/doc/resources.rst
@@ -55,6 +55,16 @@ OULU-NPU Database
 
 
 
+.. _bob.pad.face.resources.deep_pix_bis_pad:
+
+Deep Pixel-wise Binary Supervision for Face PAD
+================================================================================
+
+.. automodule:: bob.pad.face.config.deep_pix_bis
+   :members:
+
+
+
 .. _bob.pad.face.resources.face_pad:
 
 Available face PAD systems
-- 
GitLab