From 3db63d64ef0ed26f19dec484bbabbbd162887d8d Mon Sep 17 00:00:00 2001 From: zhangbin <460190368@qq.com> Date: Sun, 31 Aug 2025 10:19:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BF=A1=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- OpenAuth.App/ServiceApp/Algo/DaHuaAiApp.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenAuth.App/ServiceApp/Algo/DaHuaAiApp.cs b/OpenAuth.App/ServiceApp/Algo/DaHuaAiApp.cs index 2258a49..7702ccc 100644 --- a/OpenAuth.App/ServiceApp/Algo/DaHuaAiApp.cs +++ b/OpenAuth.App/ServiceApp/Algo/DaHuaAiApp.cs @@ -227,7 +227,7 @@ namespace OpenAuth.App.ServiceApp.Algo } //var confidence = tag.Select(r => r.confidence).Max(); var confidence = item.confidence; - if (confidence < 0.7) + if (confidence < 0.3) { break; }