diff --git a/resource/tasks.json b/resource/tasks.json index 23d0703bcb..1d284dccea 100644 --- a/resource/tasks.json +++ b/resource/tasks.json @@ -527,7 +527,7 @@ "EnterOperator": { "template": "EnterOperator.png", "rareDelay": 1000, - "templThreshold": 0.8, + "templThreshold": 0.7, "action": "clickSelf", "next": [ "Stop" diff --git a/src/MeoAssistance/Identify.cpp b/src/MeoAssistance/Identify.cpp index 6c9364db7d..5e1182f36f 100644 --- a/src/MeoAssistance/Identify.cpp +++ b/src/MeoAssistance/Identify.cpp @@ -88,7 +88,7 @@ std::optional asst::Identify::feature_match( ) { if (query_mat_vector.empty() || train_mat_vector.empty()) { - DebugTraceError("feature_match | image empty"); + DebugTraceError("feature_match | input vector is empty"); return std::nullopt; } std::vector matches;