GithubHelp home page GithubHelp logo

Comments (7)

mrusme avatar mrusme commented on July 28, 2024

@habakan your user is not in the correct set of groups that allow access to the device. Either add your user to the correct group or run as root.

from google-coral.

habakan avatar habakan commented on July 28, 2024

@mrusme
Thank you comments.
I ran as root, but the same error happened.

from google-coral.

langersteff avatar langersteff commented on July 28, 2024

Same here unfortunately. Has anyone found a fix yet?

from google-coral.

dksim avatar dksim commented on July 28, 2024

Try
sudo usermod -aG plugdev YOURUSERNAME
and reboot

from google-coral.

habakan avatar habakan commented on July 28, 2024

@dksim
Thank you.
I tried it but it was same error...
I contacted coral-support team about this problem.
I received a reply "We do not officially support USB Accelerator with Jetson TX2 as of now" .

from google-coral.

iatkinson avatar iatkinson commented on July 28, 2024

I'm on the same platform (TX2) and following https://coral.withgoogle.com/docs/edgetpu/api-intro/ (which looks like the same example). I originally had this same error and after following @dksim am able to run on the USB edgeTPU from Jetson:

$ cd /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

Ara macao (Scarlet Macaw)
Score : 0.7265625

from google-coral.

habakan avatar habakan commented on July 28, 2024

@iatkinson
Thank you comments!
I confirmed to run by your and @dksim's method!
It seems my method of installation is different from in your provided url.

I installed following script. This Script is failed to run.

$ wget https://dl.google.com/coral/edgetpu_api/edgetpu_api_latest.tar.gz -O edgetpu_api.tar.gz --trust-server-names
$ tar xzf edgetpu_api.tar.gz
$ cd edgetpu_api
$ vim install.sh
$ sudo edgetpu_api/install.sh

By reinstall using this method, I can run on EdgeTPU Accelarator!

echo "deb https://packages.cloud.google.com/apt coral-edgetpu-stable main" | sudo tee /etc/apt/sources.list.d/coral-edgetpu.list

curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key add -

sudo apt-get update

sudo apt-get install python3-edgetpu

Thanks for everyone!

from google-coral.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.