From: Francois Fleuret Date: Sat, 11 Oct 2008 21:55:02 +0000 (+0200) Subject: automatic commit X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=folded-ctf.git;a=commitdiff_plain;h=9c00c8a160373b13221431441d29e9493d889ec4 automatic commit --- 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