From 505aa970412d60fe3777e065f136fb19e4b280d8 Mon Sep 17 00:00:00 2001 From: Laurent COLBOIS <laurent.colbois@idiap.ch> Date: Fri, 18 Jun 2021 10:08:59 +0200 Subject: [PATCH] Readme updates --- README.rst | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 3605d51..8da1a08 100644 --- a/README.rst +++ b/README.rst @@ -98,6 +98,12 @@ This should then enable to download the models once and for all by running ./bin/download_models.py + +Download database dependencies +****************************** +In order to compute latent directions by projection, you need to download the [Multi-PIE dataset](http://www.cs.cmu.edu/afs/cs/project/PIE/MultiPie/Multi-Pie/Home.html). + + Prepare folder configuration ********************************* @@ -108,11 +114,8 @@ Prepare folder configuration # Paths to preexisting databases # Folder containing Multi-PIE images - bob config set bob.db.multipie.directory <path_to_folder> - # Folder containing Multi-PIE face annotations - bob config set bob.db.multipie.annotations_directory <path_to_folder> - # Folder containing FFHQ images - bob config set bob.db.ffhq.directory <path_to_folder> + bob config set bob.db.multipie.directory <path_to_folder> (*data* folder in the downloaded database). + # Paths to generated content # Folder to store projected Multi-PIE latent projections -- GitLab