python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Facing such problem like no model name edge tpu found and no module name edgeTPU_cpp_wrapper
Traceback (most recent call last):
File "/usr/local/lib/python3.9/dist-packages/edgetpu/swig/edgetpu_cpp_wrapper.py", line 18, in swig_import_helper
fp, pathname, description = imp.find_modu...
Ares
Votes: 0
Answers: 1
import edgetpu.detection.engine ModuleNotFoundError: No module named 'edg
I have successfully Installed EdgeTPU and Coral according to GoogleCoral https://coral.ai/docs/accelerator/get-started/#2-install-the-pycoral-library
But somehow there is still error: no module named ...
Ares
Votes: 0
Answers: 0