Azure-Samples / Custom-vision-service-iot-edge-raspberry-pi

Sample showing how to deploy a AI model from the Custom Vision service to a Raspberry Pi 3 device using Azure IoT Edge
MIT License
186 stars 135 forks source link

Deploy to RPi 4? #64

Closed mtyeager closed 4 years ago

mtyeager commented 4 years ago

Please provide us with the following information:

This issue is for a: (mark with an x)

- [ ] bug report -> please search issues before submitting
- [X] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)

Minimal steps to reproduce

Deployment to Raspberry Pi 4

Any log messages given by the failure

Expected/desired behavior

Expect to follow the process as described to deploy a custom vision solution to an RPi 4. Are there known issues with deployment to a RPi 4?

OS and Version?

Windows 7, 8 or 10. Linux (which distribution). macOS (Yosemite? El Capitan? Sierra?) Raspian 4.19

Versions

Mention any other details that might be useful


This is just an inquiry as to any known issues. Is there a plan to update this demo to use RPi4?: Thanks! We'll be in touch soon.

emmanuel-bv commented 4 years ago

Thanks for your question @mtyeager. Have you tried using the existing steps for Raspberry Pi 3 on a Raspberry Pi 4 device? I expect the same code to work but please let us know if it is not the case and please explain where it fails. Thank you!

mtyeager commented 4 years ago

Hi Emmanuel,

I have deployed the modules to a RPi 4, but none run. They all exit and indicate “backed off”.

Am continuing to work on it.

Thanks,

Michael

From: Emmanuel Bertrand notifications@github.com Sent: Monday, April 13, 2020 11:27 AM To: Azure-Samples/Custom-vision-service-iot-edge-raspberry-pi Custom-vision-service-iot-edge-raspberry-pi@noreply.github.com Cc: Michael Yeager myeager@Roboppics.com; Mention mention@noreply.github.com Subject: Re: [Azure-Samples/Custom-vision-service-iot-edge-raspberry-pi] Deploy to RPi 4? (#64)

Thanks for your question @mtyeagerhttps://github.com/mtyeager. Have you tried using the existing steps for Raspberry Pi 3 on a Raspberry Pi 4 device? I expect the same code to work but please let us know if it is not the case and please explain where it fails. Thank you!

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/Azure-Samples/Custom-vision-service-iot-edge-raspberry-pi/issues/64#issuecomment-612947655, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AKFZ3YZ5QGM7NNTYET5EZMDRMMVL5ANCNFSM4MGCP5KA.

mtyeager commented 4 years ago

To be clear, the edge agent and hub are both running, it is the camera-capture, sense-hat and image-classifier that try to start but backoff.

mtyeager commented 4 years ago

Yes that fixed it. THANKS!