aboutsummaryrefslogtreecommitdiff
path: root/tests/YoloInferenceTest.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/YoloInferenceTest.hpp')
-rw-r--r--tests/YoloInferenceTest.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/YoloInferenceTest.hpp b/tests/YoloInferenceTest.hpp
index 6b40d51785..5e2a4820fa 100644
--- a/tests/YoloInferenceTest.hpp
+++ b/tests/YoloInferenceTest.hpp
@@ -146,8 +146,8 @@ public:
if (detectedObject.m_Class != expectedDetection.m_Class)
{
BOOST_LOG_TRIVIAL(error) << "Prediction for test case " << this->GetTestCaseId() <<
- " (" << detectedObject.m_Class << ")" <<
- " is incorrect (should be " << expectedDetection.m_Class << ")";
+ " is incorrect: Expected (" << expectedDetection.m_Class << ")" <<
+ " but predicted (" << detectedObject.m_Class << ")";
return TestCaseResult::Failed;
}