Closed Dave592309 closed 4 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?
@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
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.