From 9c00c8a160373b13221431441d29e9493d889ec4 Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Sat, 11 Oct 2008 23:55:02 +0200 Subject: [PATCH] automatic commit --- README.txt | 45 ++++++++++++++++++++++++++++++++++++--------- 1 file changed, 36 insertions(+), 9 deletions(-) diff --git a/README.txt b/README.txt index e74ec22..9f2d329 100644 --- a/README.txt +++ b/README.txt @@ -209,15 +209,42 @@ PARAMETERS COMMANDS - open-pool - train-detector - compute-thresholds - test-detector - sequence-test-detector - write-detector - read-detector - write-pool-images + * open-pool + + Open the pool of scenes. + + * train-detector + + Create a new detector from the training scenes. + + * compute-thresholds + + Compute the thresholds of the detector classifiers to obtain the + required wanted-true-positive-rate + + * test-detector + + Run the detector on the test scenes. + + * sequence-test-detector + + Visit nb-wanted-true-positive-rates rates between 0 and + wanted-true-positive-rate, for each compute the detector + thresholds on the validation set, estimate the error rate on the + test set. + + * write-detector + + Write the current detector to the file detector-name + + * read-detector + + Read a detector from the file detector-name + + * write-pool-images + + Write PNG images of the scenes in the pool. -- Francois Fleuret - October 200 + October 2008 -- 2.20.1