From 59fea28a7331e020e822c0c9f1aa20b010ab632e Mon Sep 17 00:00:00 2001 From: ehpersonal38 <103586016+ehpersonal38@users.noreply.github.com> Date: Mon, 24 Apr 2023 16:13:32 -0400 Subject: [PATCH] coldfix Co-Authored-By: Datore7 <62485051+datore7@users.noreply.github.com> --- scripts/server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/server.py b/scripts/server.py index 53054c8..d735160 100755 --- a/scripts/server.py +++ b/scripts/server.py @@ -104,7 +104,7 @@ def loadMetaModel(): global M_OUTPUT_LAYER_INDEX # Load TFLite model and allocate tensors. - M_INTERPRETER = tflite.Interpreter(model_path=userDir + '/BirdNET-Pi/model/BirdNET_GLOBAL_3K_V2.2_MData_Model_FP16.tflite') + M_INTERPRETER = tflite.Interpreter(model_path=userDir + '/BirdNET-Pi/model/BirdNET_GLOBAL_3K_V2.3_MData_Model_FP16.tflite') M_INTERPRETER.allocate_tensors() # Get input and output tensors.