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

Edge TPU not detected when using the 4.14 kernel #22

Closed
mirzak opened this issue Apr 5, 2020 · 0 comments · Fixed by #23
Closed

Edge TPU not detected when using the 4.14 kernel #22

mirzak opened this issue Apr 5, 2020 · 0 comments · Fixed by #23
Labels
bug Something isn't working

Comments

@mirzak
Copy link
Owner

mirzak commented Apr 5, 2020

root@coral-dev:/usr/share/edgetpu/examples# python3 classify_image.py \
>     --model models/mobilenet_v2_1.0_224_inat_bird_quant_edgetpu.tflite \
>     --label models/inat_bird_labels.txt \
>     --image images/parrot.jpg
Traceback (most recent call last):
  File "classify_image.py", line 67, in <module>
    main()
  File "classify_image.py", line 58, in main
    engine = ClassificationEngine(args.model)
  File "/usr/lib/python3.7/site-packages/edgetpu/classification/engine.py", line 38, in __init__
    super().__init__(model_path)
  File "/usr/lib/python3.7/site-packages/edgetpu/swig/edgetpu_cpp_wrapper.py", line 300, in __init__
    this = _edgetpu_cpp_wrapper.new_BasicEngine(*args)
RuntimeError: No Edge TPU device detected!

@mirzak mirzak added the bug Something isn't working label Apr 5, 2020
mirzak added a commit that referenced this issue Apr 5, 2020
Fixes #22

Signed-off-by: Mirza Krak <[email protected]>
@mirzak mirzak closed this as completed in #23 Apr 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant