From eaefe9353fdfe93edfc52f918ad4f0f6a214042b Mon Sep 17 00:00:00 2001 From: MistEO Date: Wed, 29 Sep 2021 23:50:32 +0800 Subject: [PATCH] =?UTF-8?q?fix.=E4=BF=AE=E5=A4=8D=E4=B8=80=E5=A4=84?= =?UTF-8?q?=E6=97=A5=E5=BF=97=E9=94=99=E8=AF=AF=EF=BC=8C=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E4=B8=80=E5=A4=84=E9=98=88=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resource/tasks.json | 2 +- src/MeoAssistance/Identify.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;