From 497565688cfaa08d2a99db3c5e7762121ee1a1a0 Mon Sep 17 00:00:00 2001 From: Laurent COLBOIS <lcolbois@.idiap.ch> Date: Mon, 10 May 2021 15:53:55 +0200 Subject: [PATCH] README formatting --- README.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index f355376..2b3858b 100644 --- a/README.rst +++ b/README.rst @@ -121,7 +121,10 @@ Run latent analysis ******************* After having computed the latent projections for `multipie_U`, `multipie_E` and `multipie_P`, one can run the following script to compute the associated latent directions found by fitting SVMs in the latent space: -`./bin/latent_analysis.py --seed 0`. +:: + + ./bin/latent_analysis.py --seed 0 + The results will be stored in the Pickle file pointed by the `bob.synface.latent_directions` entry of the `.bobrc` configuration file. -- GitLab