Click here to Skip to main content
16,022,205 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
i got an error: saying pycoral adapters no module found so how to resolve it , the project is related to image classification on google coral board'

What I have tried:

i tried installing new version of pycoral and pip
Posted
Updated 8-Jul-24 2:47am
v2

1 solution

Assuming you installed pycoral using
python3 -m pip install --extra-index-url https://google-coral.github.io/py-repo/ pycoral~=2.0
, have you also installed Edge TPU[^] if you're compiling your own models?
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900