Commit 3a13f813c2d5b2a023bd0c0f3e49df649146e508

Authored by Josh Klontz
1 parent f4b5c89c

another sig fig here

Showing 1 changed file with 1 additions and 1 deletions
openbr/core/eval.cpp
... ... @@ -449,7 +449,7 @@ float Evaluate(const Mat &simmat, const Mat &mask, const File &csv, const QStrin
449 449 if (maxSize > 0) qDebug("Template Size: %i bytes", (int)maxSize);
450 450 foreach (float FAR, QList<float>() << 1e-2 << 1e-3 << 1e-4 << 1e-5 << 1e-6) {
451 451 const OperatingPoint op = getOperatingPoint(operatingPoints, "FAR", FAR);
452   - printf("TAR & Similarity @ FAR = %.0e: %.3f %.3f\n", FAR, op.TAR, op.score);
  452 + printf("TAR & Similarity @ FAR = %.0e: %.4f %.3f\n", FAR, op.TAR, op.score);
453 453 }
454 454 printf("\n");
455 455 foreach (float FPIR, QList<float>() << 0.1 << 0.01) {
... ...