From 3a13f813c2d5b2a023bd0c0f3e49df649146e508 Mon Sep 17 00:00:00 2001 From: Josh Klontz Date: Mon, 10 Jan 2022 10:11:53 -0700 Subject: [PATCH] another sig fig here --- openbr/core/eval.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbr/core/eval.cpp b/openbr/core/eval.cpp index e0d9d41..221ba44 100755 --- a/openbr/core/eval.cpp +++ b/openbr/core/eval.cpp @@ -449,7 +449,7 @@ float Evaluate(const Mat &simmat, const Mat &mask, const File &csv, const QStrin if (maxSize > 0) qDebug("Template Size: %i bytes", (int)maxSize); foreach (float FAR, QList() << 1e-2 << 1e-3 << 1e-4 << 1e-5 << 1e-6) { const OperatingPoint op = getOperatingPoint(operatingPoints, "FAR", FAR); - printf("TAR & Similarity @ FAR = %.0e: %.3f %.3f\n", FAR, op.TAR, op.score); + printf("TAR & Similarity @ FAR = %.0e: %.4f %.3f\n", FAR, op.TAR, op.score); } printf("\n"); foreach (float FPIR, QList() << 0.1 << 0.01) { -- libgit2 0.21.4