automatic commit
[folded-ctf.git] / README.txt
index cbfa44a..75fae3e 100644 (file)
@@ -1,6 +1,6 @@
 
-I. INTRODUCTION
----------------
+INTRODUCTION
+------------
 
   This is the documentation for the open-source C++ implementation of
   the folded hierarchy of classifiers for cat detection described in
@@ -13,8 +13,8 @@ I. INTRODUCTION
   Contact Francois Fleuret at fleuret@idiap.ch for comments and bug
   reports.
 
-II. INSTALLATION
-----------------
+INSTALLATION
+------------
 
   If you have installed the RateMyKitten images provided on
 
@@ -28,7 +28,7 @@ II. 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)
@@ -64,8 +64,8 @@ II. INSTALLATION
   g++, results may vary with different versions of the compiler and/or
   different levels of optimization.
 
-III. EXECUTING THE PROGRAM
---------------------------
+EXECUTING THE PROGRAM
+---------------------
 
   The main command has to be invoked with a list of parameter values,
   followed by commands to execute.
@@ -79,8 +79,8 @@ III. EXECUTING THE PROGRAM
 
     ./folding --pool-name=./something.pool open-pool train-detector write-detector
 
-IV. PARAMETERS
---------------
+PARAMETERS
+----------
 
   For every parameter below, the default value is given between
   parenthesis.
@@ -231,8 +231,8 @@ IV. PARAMETERS
 
     Should we display a progress bar during long computations.
 
-V. COMMANDS
------------
+COMMANDS
+--------
 
   * open-pool