Commit 24f2c4e0733971085c20bad09256f4dfa31af134
Committed by
GitHub
1 parent
208db447
Aded FAR=1e-1 to -eval (#589)
Showing
1 changed file
with
1 additions
and
1 deletions
openbr/core/eval.cpp
| ... | ... | @@ -447,7 +447,7 @@ float Evaluate(const Mat &simmat, const Mat &mask, const File &csv, const QStrin |
| 447 | 447 | |
| 448 | 448 | QtUtils::writeFile(csv, lines); |
| 449 | 449 | if (maxSize > 0) qDebug("Template Size: %i bytes", (int)maxSize); |
| 450 | - foreach (float FAR, QList<float>() << 1e-2 << 1e-3 << 1e-4 << 1e-5 << 1e-6) { | |
| 450 | + foreach (float FAR, QList<float>() << 1e-1 << 1e-2 << 1e-3 << 1e-4 << 1e-5 << 1e-6) { | |
| 451 | 451 | const OperatingPoint op = getOperatingPoint(operatingPoints, "FAR", FAR); |
| 452 | 452 | printf("TAR & Similarity @ FAR = %.0e: %.4f %.3f\n", FAR, op.TAR, op.score); |
| 453 | 453 | } | ... | ... |