f0cal / google-coral

Community gathering point for Google Coral dev board and dongle knowledge.
107 stars 14 forks source link

Issue running image detection (new user) #83

Closed Dave592309 closed 3 years ago

Dave592309 commented 3 years ago

What I ran

Here is the video: https://www.loom.com/share/6a9209cb38b34cf88c58a57f426653d2

What the docs said should happen

https://coral.ai/docs/dev-board/camera/#using-an-hdmi-monitor

What actually happened

Can't get the model to run.

Namburger commented 3 years ago

@Dave592309 Is this a classification model or detection model? From what I understand, you basically moved the copied the model and label file to the dev board, just having problem running it?

Namburger commented 3 years ago

@Dave592309 just took a look at the project, it looks like a classification model, I'm assuming that you have a coral dev board and also a coral's camera attached, then you should be able to run it like this:

$ edgetpu_classify --model path_to_your_model --label path_to_your_label

Basically following this demo: https://coral.ai/docs/dev-board/camera/#using-an-hdmi-monitor

Cheers