From 5ab3ae8c9a4915d55f327bacd854d4bf36b15ee2 Mon Sep 17 00:00:00 2001 From: Scott Klum Date: Wed, 14 Jan 2015 16:29:46 -0500 Subject: [PATCH] typo --- openbr/core/eval.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/openbr/core/eval.cpp b/openbr/core/eval.cpp index 9f61bf5..1ebedb5 100755 --- a/openbr/core/eval.cpp +++ b/openbr/core/eval.cpp @@ -1097,16 +1097,16 @@ float EvalLandmarking(const QString &predictedGallery, const QString &truthGalle for (int i=0; iexampleIndices.size()-totalExamples-1; i--) { Enroll(truth[exampleIndices[i].second],"landmarking_examples_truth"); lines.append("EXT,landmarking_examples_truth/"+truth[exampleIndices[i].second].file.fileName()+","+QString::number(exampleIndices[i].first)); - Enroll(predicted[exampleIndices[i].second],"landmarking_examples_prediced"); - lines.append("EXP,landmarking_examples_prediced/"+predicted[exampleIndices[i].second].file.fileName()+","+QString::number(exampleIndices[i].first)); + Enroll(predicted[exampleIndices[i].second],"landmarking_examples_predicted"); + lines.append("EXP,landmarking_examples_predicted/"+predicted[exampleIndices[i].second].file.fileName()+","+QString::number(exampleIndices[i].first)); } -- libgit2 0.21.4