We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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!
The text was updated successfully, but these errors were encountered:
linux-imx: fix merge of defconfig
551a7e9
Fixes #22 Signed-off-by: Mirza Krak <[email protected]>
Successfully merging a pull request may close this issue.
The text was updated successfully, but these errors were encountered: