X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=folded-ctf.git;a=blobdiff_plain;f=README.txt;h=9ed0e639f9b188046be867647786d3e1b1d005db;hp=75fae3e00a7c63a49d0a60aa0c8078715bede768;hb=cd28e9c7489bae20e3abf67331efd1cab45d83df;hpb=71a84ea2658cd96726bcf4e582010c24bf2583cf diff --git a/README.txt b/README.txt index 75fae3e..9ed0e63 100644 --- a/README.txt +++ b/README.txt @@ -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.