Commit 51d9a8546129113ad1afc2ad3a93cb331ecd137d

Authored by Josh Klontz
1 parent 1bff5f2f

forgot to uncomment this

Showing 1 changed file with 1 additions and 1 deletions
openbr/core/eval.cpp
... ... @@ -941,7 +941,7 @@ float EvalLandmarking(const QString &predictedGallery, const QString &truthGalle
941 941 // from the final implementation.
942 942  
943 943 // Update the error magnitude for reporting MAE
944   - // m = QtUtils::euclideanLength(error);
  944 + m = QtUtils::euclideanLength(error);
945 945  
946 946 // We don't need to update orientation because we don't use it
947 947 // again, but we do so anyway in the interest of pedantic
... ...