From 64e2efb3c9469e24551707dd4516230a83b68f48 Mon Sep 17 00:00:00 2001 From: ehpersonal38 <103586016+ehpersonal38@users.noreply.github.com> Date: Fri, 3 Feb 2023 13:12:35 -0500 Subject: [PATCH] Update server.py --- scripts/server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/server.py b/scripts/server.py index 6aa5b86..7e478df 100755 --- a/scripts/server.py +++ b/scripts/server.py @@ -57,7 +57,7 @@ with open(userDir + '/BirdNET-Pi/scripts/thisrun.txt', 'r') as f: sf_thresh = str(str(str([i for i in this_run if i.startswith('SF_THRESH')]).split('=')[1]).split('\\')[0]) except Exception as e: model = "BirdNET_6K_GLOBAL_MODEL" - sf_thresh = 0.5 + sf_thresh = 0.03 def loadModel():