Commit cd8e3d0a1f723c4c849e45014f9948d3cef55cc5
1 parent
4d29deb3
Fixed typo
Showing
1 changed file
with
1 additions
and
1 deletions
openbr/core/eval.cpp
| ... | ... | @@ -592,7 +592,7 @@ float EvalLandmarking(const QString &predictedGallery, const QString &truthGalle |
| 592 | 592 | for (int j=0; j<predictedPoints.size(); j++) |
| 593 | 593 | pointErrors[j].append(QtUtils::euclideanLength(predictedPoints[j] - truthPoints[j])/normalizedLength); |
| 594 | 594 | } |
| 595 | - qDebug() << "Skipped " << skipped << " files do to point size mismatch."; | |
| 595 | + qDebug() << "Skipped " << skipped << " files due to point size mismatch."; | |
| 596 | 596 | |
| 597 | 597 | QList<float> averagePointErrors; averagePointErrors.reserve(pointErrors.size()); |
| 598 | 598 | for (int i=0; i<pointErrors.size(); i++) { | ... | ... |