automatic commit
[folded-ctf.git] / README.txt
index ddf43b0..9ed0e63 100644 (file)
@@ -28,7 +28,7 @@ INSTALLATION
   * Compile the source code entirely
 
   * Generate the "pool file" containing the uncompressed images
-    converted to gray levels, labeled with the ground truth.
+    converted to gray levels, labelled with the ground truth.
 
   * Run 20 rounds of training / test (ten rounds for each of HB and
     H+B detectors with different random seeds)
@@ -36,15 +36,18 @@ INSTALLATION
   You can run the full thing with the following commands if you have
   wget installed
 
-   > wget http://www.idiap.ch/folded-ctf/data/folding-gpl.tgz
-   > tar zxvf folding-gpl.tgz
-   > cd folding
-   > wget http://www.idiap.ch/folded-ctf/data/rmk.tgz
-   > tar zxvf rmk.tgz
-   > ./run.sh
-
-  Note that every one of the twenty rounds of training/testing takes
-  more than three days on a powerful PC. However, the script detects
+  > wget http://www.idiap.ch/folded-ctf/data/folding-gpl.tgz
+  > tar zxvf folding-gpl.tgz
+  > cd folding
+  > wget http://www.idiap.ch/folded-ctf/data/rmk.tgz
+  > tar zxvf rmk.tgz
+  > ./run.sh
+
+  Note that for every round, we have to fully train a detector and run
+  the test through all the test scenes at 10 different thresholds,
+  including at very conservative thresholds for which the
+  computational efforts is very high. Hence, each round takes more
+  than three days on a powerful PC. However, the script detects
   already running computations by looking at the presence of the
   corresponding result directories. Hence, it can be run in parallel
   on several machines as long as they see the same result directory.