From 796fb6bcad6c4c71eb39d1424be93ee547e8a785 Mon Sep 17 00:00:00 2001 From: th Date: Fri, 1 Aug 2025 11:08:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=8C=89=E7=B1=BB=E5=88=AB?= =?UTF-8?q?=E7=AD=9B=E9=80=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AI.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AI.py b/AI.py index 257350d..7d39aea 100644 --- a/AI.py +++ b/AI.py @@ -68,7 +68,7 @@ def score_filter_byClass(pdetections,score_para_2nd): elif str(int(cls)) in score_para_2nd.keys(): score_th = score_para_2nd[str(int(cls))] else: - score_th = 0.7 + score_th = 0.25 if score > score_th: ret.append(det) return ret