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

Coral USB install does not perform the test script #4

Open
JVTEAM opened this issue Feb 4, 2020 · 0 comments
Open

Coral USB install does not perform the test script #4

JVTEAM opened this issue Feb 4, 2020 · 0 comments

Comments

@JVTEAM
Copy link

JVTEAM commented Feb 4, 2020

This failed after install. I did have it running on the previous version of your install. I noticed the usual warning screen was missing during install as well...

python3 classify_image.py --model models/mobilenet_v2_1.0_224_inat_bird_quant_edgetpu.tflite --labels models/inat_bird_labels.txt --input images/parrot.jpg
Traceback (most recent call last):
File "/home/jvteam/.local/lib/python3.7/site-packages/tflite_runtime/interpreter.py", line 161, in load_delegate
delegate = Delegate(library, options)
File "/home/jvteam/.local/lib/python3.7/site-packages/tflite_runtime/interpreter.py", line 120, in init
raise ValueError(capture.message)
ValueError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "classify_image.py", line 118, in
main()
File "classify_image.py", line 95, in main
interpreter = make_interpreter(args.model)
File "classify_image.py", line 69, in make_interpreter
{'device': device[0]} if device else {})
File "/home/jvteam/.local/lib/python3.7/site-packages/tflite_runtime/interpreter.py", line 164, in load_delegate
library, str(e)))
ValueError: Failed to load delegate from libedgetpu.so.1

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