From dd2e90eeb778c14e0317c80270ff9299fda9f610 Mon Sep 17 00:00:00 2001 From: ehpersonal38 <103586016+ehpersonal38@users.noreply.github.com> Date: Sun, 30 Apr 2023 21:46:09 -0400 Subject: [PATCH] bug --- scripts/species.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/species.py b/scripts/species.py index d277b78..7a13287 100644 --- a/scripts/species.py +++ b/scripts/species.py @@ -31,7 +31,7 @@ def loadMetaModel(): global CLASSES # 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.