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():