From 830fe763a64725b8b3219587a5ed602d07e8f55e Mon Sep 17 00:00:00 2001 From: Laurent COLBOIS <laurent.colbois@idiap.ch> Date: Tue, 22 Jun 2021 12:25:19 +0200 Subject: [PATCH] Add mail address --- README.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index ec1af2c..61875e6 100644 --- a/README.rst +++ b/README.rst @@ -167,8 +167,9 @@ Generate a synthetic database ***************************** Finally, the script `./bin/generate_db.py` can be used to generate synthetic databases with semantic face variations, using the computed latent directions. Use `./bin/generate_db.py --help` to get more info on the required configuration values. We provide 3 preset configurations: -* `synmultipie` which reproduces the Syn-Multi-PIE dataset used for benchmark experiments in the article -* `uniqueness_ict` & `uniqueness_no_ict` which reproduce the datasets containing only references that are used for the identity uniqueness experiment. + + * `synmultipie` which reproduces the Syn-Multi-PIE dataset used for benchmark experiments in the article + * `uniqueness_ict` & `uniqueness_no_ict` which reproduce the datasets containing only references that are used for the identity uniqueness experiment. This script is also using StyleGAN2 and thus should be ran on a node with GPU access. The generation of the references cannot be ran in parallel (due to the application of the ICT constraint which requires a comparison between every reference) but the creation of the @@ -202,7 +203,9 @@ Contact For questions or reporting issues to this software package, contact our development team by asking your question on `stackoverflow`_ and with the tag *python-bob*. +You can also contact the first author at +.. _Laurent Colbois: laurent.colbois@idiap.ch .. Place your references here: .. _bob: https://www.idiap.ch/software/bob -- GitLab