Hi, I have installed Coral Accelerator into my Raspberry Pi 5, but i cannot make it work with python.
I mean, i installed coorectly pycoral with the command "pip install pycoral" but when i use it with a very simple program like this one:there is an error message by Thonny: "ModuleNotFoundError: No module named 'pycoral.utils'"
Cn you help me?
Thank you very much,
Ale
I mean, i installed coorectly pycoral with the command "pip install pycoral" but when i use it with a very simple program like this one:
Code:
import tflite_runtime.interpreter as tfliteimport numpy as npfrom PIL import Imagefrom pycoral.utils.edgetpu import load_delegate
Cn you help me?
Thank you very much,
Ale
Statistics: Posted by alecocca — Sun Sep 08, 2024 8:40 pm — Replies 0 — Views 8