Commit ad6ef0411f2318a35c4bd2b79d0c391d6f76c2c8

Authored by Austin Blanton
1 parent 5a33ca8f

Update -evalClustering help

Showing 1 changed file with 1 additions and 1 deletions
app/br/br.cpp
... ... @@ -271,7 +271,7 @@ private:
271 271 "-cat <gallery> ... <gallery> {gallery}\n"
272 272 "-convert (Format|Gallery|Output) <input_file> {output_file}\n"
273 273 "-evalClassification <predicted_gallery> <truth_gallery> <predicted property name> <ground truth proprty name>\n"
274   - "-evalClustering <clusters> <gallery>\n"
  274 + "-evalClustering <clusters> <truth_gallery> [truth_property [cluster_csv [cluster_property]]]\n"
275 275 "-evalDetection <predicted_gallery> <truth_gallery> [{csv}] [{normalize}] [{minSize}] [{maxSize}]\n"
276 276 "-evalLandmarking <predicted_gallery> <truth_gallery> [{csv} [<normalization_index_a> <normalization_index_b>] [sample_index] [total_examples]]\n"
277 277 "-evalRegression <predicted_gallery> <truth_gallery> <predicted property name> <ground truth property name>\n"
... ...