Merge branch 'main' into feature/add-confidencepct-variable-to-apprise-notification

This commit is contained in:
ehpersonal38
2023-05-30 12:30:14 -04:00
committed by GitHub
46 changed files with 23176 additions and 407 deletions
+1 -1
View File
@@ -17,7 +17,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.