diff --git a/openbr/core/eval.cpp b/openbr/core/eval.cpp index 19ae6e4..f2f84ee 100755 --- a/openbr/core/eval.cpp +++ b/openbr/core/eval.cpp @@ -866,10 +866,11 @@ float EvalLandmarking(const QString &predictedGallery, const QString &truthGalle QList truthPoints = truth[truthIndex].file.points(); // Standardize how we represent unlabeled points here - const QPointF find(-1,-1); + const QPointF findNegOne(-1,-1); + const QPointF findZero(0,0); const QPointF replace(std::numeric_limits::quiet_NaN(), std::numeric_limits::quiet_NaN()); for (int j=0; j= truthPoints.size()) qFatal("Normalization index A is out of range.");