Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RuntimeError: Select TensorFlow boot supported #18

Open
killervette42 opened this issue May 15, 2024 · 0 comments
Open

RuntimeError: Select TensorFlow boot supported #18

killervette42 opened this issue May 15, 2024 · 0 comments

Comments

@killervette42
Copy link

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:

  1. Create fresh Ubuntu 22.04 VM
  2. Install based on your instructions
  3. 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant