Closed hugalafutro closed 3 years ago
Do I ignore the broken parrot test and proceed with compiling opencv and installing mlapi?
Yes, ignore the coral tests. I think their libraries have upgraded - when I developed it, I aligned it with python3-edgetpu which I think relies on an older version.
Hi can you adapt with pycoral ?
/usr/local/lib/python3.8/dist-packages/pyzm/ml/coral_edgetpu.py
Traceback (most recent call last): File "mlapi.py", line 219, in <module> od_obj = ObjectDetect.Object(options=g.config) File "/usr/local/lib/python3.8/dist-packages/pyzm/ml/object.py", line 30, in __init__ import pyzm.ml.coral_edgetpu as tpu File "/usr/local/lib/python3.8/dist-packages/pyzm/ml/coral_edgetpu.py", line 14, in <module> from edgetpu.detection.engine import DetectionEngine ModuleNotFoundError: No module named 'edgetpu'
Do I ignore the broken parrot test and proceed with compiling opencv and installing mlapi?
Yes, ignore the coral tests. I think their libraries have upgraded - when I developed it, I aligned it with python3-edgetpu which I think relies on an older version.
Closing as this is done
Hi, I've previously installed mlapi+coral in vm, for one reason or another I've ended up not using it, now I'm planning to use it again and installing it on a physical computer it appears some thing changed in regards to python3-edgetpu as installing it breaks the coral detection test.
I've installed all the prerequisites and got the coral detection working doing the parrot test:
then when installing
python3-edgetpu
I've noticed it removedlibedgetpu1-std
and replaced it and spat out a warning:after which the parrot test breaks:
If I install
libedgetpu1-std
the parrot test works again, but doing so removespython3-edgetpu
I'm unsure how to proceed now. Do I ignore the broken parrot test and proceed with compiling opencv and installing mlapi?