You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PLEASE READ THE DOCUMENTATION BEFORE SUBMITTING AN ISSUE
Installed on Debian 11 and Ubuntu 22.04 on VM and get the same error. I am using a RTSP stream. I followed your instructions and used your install script.
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Create fresh Ubuntu 22.04 VM
Install based on your instructions
View Log
Your build
Unraid VM.
Code or log snippets
00:09:42--- self._target(*self._args, **self._kwargs)
00:09:42--- File "/usr/local/bin/server.py", line 460, in handle_client
00:09:42--- detections = analyzeAudioData(audioData, args.lat, args.lon, week, sensitivity, args.overlap)
00:09:42--- File "/usr/local/bin/server.py", line 297, in analyzeAudioData
00:09:42--- p = predict([sig, mdata], sensitivity)
00:09:42--- File "/usr/local/bin/server.py", line 247, in predict
00:09:42--- INTERPRETER.invoke()
00:09:42--- File "BirdNET-Pi/birdnet/lib/python3.10/site-packages/tflite_runtime/interpreter.py", line 941, in invoke
00:09:42--- self._interpreter.Invoke()
00:09:42---RuntimeError: Select TensorFlow op(s), included in the given model, is(are) not supported by this interpreter. Make sure you apply/link the Flex delegate before inference. For the Android, it can be resolved by adding "org.tensorflow:tensorflow-lite-select-tf-ops" dependency. See instructions: https://www.tensorflow.org/lite/guide/ops_selectNode number 29 (FlexRFFT) failed to prepare.
The text was updated successfully, but these errors were encountered:
PLEASE READ THE DOCUMENTATION BEFORE SUBMITTING AN ISSUE
Installed on Debian 11 and Ubuntu 22.04 on VM and get the same error. I am using a RTSP stream. I followed your instructions and used your install script.
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Your build
Unraid VM.
Code or log snippets
The text was updated successfully, but these errors were encountered: