From 5c9f4bcd458b7df2bd3a26421b71cda981df39ee Mon Sep 17 00:00:00 2001 From: ageorge <anjith.george@idiap.ch> Date: Tue, 15 Sep 2020 11:49:04 +0200 Subject: [PATCH] fix --- doc/other_pad_algorithms.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/other_pad_algorithms.rst b/doc/other_pad_algorithms.rst index 3a2a7fc1..9a515284 100644 --- a/doc/other_pad_algorithms.rst +++ b/doc/other_pad_algorithms.rst @@ -143,7 +143,7 @@ following command: .. code-block:: sh bob pad evaluate \ - <PATH_TO_STORE_THE_RESULTS_{1,2,3,4}>/grandtest/scores/scores-{dev,eval} \ + <PATH_TO_STORE_THE_RESULTS>_{1,2,3,4}/grandtest/scores/scores-{dev,eval} \ --legends \ "IQM + one-class GMM + Aggregated Db" \ "IQM + one-class SVM + Aggregated Db" \ @@ -223,7 +223,7 @@ following command: .. code-block:: sh bob pad evaluate \ - <PATH_TO_STORE_THE_RESULTS_{1,2,3,4}>/photo-photo-video/scores/scores-{dev,eval} \ + <PATH_TO_STORE_THE_RESULTS>_{1,2,3,4}/photo-photo-video/scores/scores-{dev,eval} \ --legends \ "IQM + one-class GMM + Aggregated Db" \ "IQM + one-class SVM + Aggregated Db" \ @@ -303,7 +303,7 @@ following command: .. code-block:: sh bob pad evaluate \ - <PATH_TO_STORE_THE_RESULTS_{1,2,3,4}>/video-video-photo/scores/scores-{dev,eval} \ + <PATH_TO_STORE_THE_RESULTS>_{1,2,3,4}/video-video-photo/scores/scores-{dev,eval} \ --legends \ "IQM + one-class GMM + Aggregated Db" \ "IQM + one-class SVM + Aggregated Db" \ -- GitLab