Commit 4d4fe90d324a92ed7e69fc3429c2ba61040a157d

Authored by Ben Klein
1 parent b79edef7

update br -help evalDetection args

Showing 1 changed file with 1 additions and 1 deletions
app/br/br.cpp
@@ -247,7 +247,7 @@ private: @@ -247,7 +247,7 @@ private:
247 "-convert (Format|Gallery|Output) <input_file> {output_file}\n" 247 "-convert (Format|Gallery|Output) <input_file> {output_file}\n"
248 "-evalClassification <predicted_gallery> <truth_gallery> <predicted property name> <ground truth proprty name>\n" 248 "-evalClassification <predicted_gallery> <truth_gallery> <predicted property name> <ground truth proprty name>\n"
249 "-evalClustering <clusters> <gallery>\n" 249 "-evalClustering <clusters> <gallery>\n"
250 - "-evalDetection <predicted_gallery> <truth_gallery> [{csv}] [{minSize}]\n" 250 + "-evalDetection <predicted_gallery> <truth_gallery> [{csv}] [{normalize}] [{minSize}]\n"
251 "-evalLandmarking <predicted_gallery> <truth_gallery> [{csv} [<normalization_index_a> <normalization_index_b>]]\n" 251 "-evalLandmarking <predicted_gallery> <truth_gallery> [{csv} [<normalization_index_a> <normalization_index_b>]]\n"
252 "-evalRegression <predicted_gallery> <truth_gallery> <predicted property name> <ground truth property name>\n" 252 "-evalRegression <predicted_gallery> <truth_gallery> <predicted property name> <ground truth property name>\n"
253 "-plotDetection <file> ... <file> {destination}\n" 253 "-plotDetection <file> ... <file> {destination}\n"