Muchas gracias. Ayer por la tarde recibí mi USB Coral Accelerator. Estuve luchando para que funcionara, pero justo encontré tu video y pude ejecutarlo correctamente. Estaré atento a tu próximo video. ¡Nuevo suscriptor! :)
Have you tried any other approaches to getting Python 3.9 on the bookworm image? For example, I wonder if it is possible to use pyenv or virtualenv to create the container as a virtual environment as opposed to using docker.
Is there a reason why you used the depracated edgetpu-examples module instead of the PyCoral module? If it was because you ran into issues with it on the Bookworm OS, then that would be good info to share... o/w I can try on my end and report back, if anyone is interested.
Thanks for the video. It's been very helpful for me. One question, why didn't you install the Edge TPU Runtime to the container and instead only on the host?
Awesome, thank you! I have been battling just getting this thing to work with the Raspberry Pi 5 and current version of Python. Now I'd like to connect this to a camera module 3...
Hey I am still getting the "Globally Unichip Corp." on my USB ive tried to reimage and try again but it has not worked :/, any one having the same problem?
Thank you for the tutorial, I just have one issue, why I need each time I restart the raspberry to launch the container run one example, get the runtime error and then repeat the same process and it's working ! is there any possibility to make it work from first run otherwise this will be a severe problem in a real world application. Thank you in advance!
Each time are you rebuilding a new container or opening the already built container? You shouldn't have this issue when opening/entering the existing container.
@@diyengineers Hello , yeah each time I turn off the raspberry and turn it on , I run the container (without rebuilding it) it throws the same exception
It seems that you did not provide the arguments for the script in Docker correctly. It seems it is important to enter the entire command line without line breaks or extra spaces.
Do you mean the comand in my webpage? Copy & Paste is not working without you having to do some fixes due to added spaces / breaks? Thanks for watching and providing feedback!
Where to buy [Amazon Affiliate]:
Coral USB Accelerator: amzn.to/3WONMhW
Raspberry Pi 5 Starter Kit: amzn.to/3w0zdg8
Muchas gracias. Ayer por la tarde recibí mi USB Coral Accelerator. Estuve luchando para que funcionara, pero justo encontré tu video y pude ejecutarlo correctamente. Estaré atento a tu próximo video. ¡Nuevo suscriptor! :)
Muchas gracias!
is there any way to remove the error in USB after the initial command? Thanks!
Have you tried any other approaches to getting Python 3.9 on the bookworm image? For example, I wonder if it is possible to use pyenv or virtualenv to create the container as a virtual environment as opposed to using docker.
Pyenv works fine
@@griffcyt nice, thanks for the update. BTW, did you install Python 3.9 from source or through pyenv? (I am not sure if that's the same thing)
Just normal pyenv install of 3.9. Nothing built from source.
Is there a reason why you used the depracated edgetpu-examples module instead of the PyCoral module? If it was because you ran into issues with it on the Bookworm OS, then that would be good info to share... o/w I can try on my end and report back, if anyone is interested.
Thanks for the video. It's been very helpful for me. One question, why didn't you install the Edge TPU Runtime to the container and instead only on the host?
Thank you. It worked.
Maybe you can run ONNX models, in this case? Also Yolov8, in format .onnx ?
Great tutorial - but I couldn't find out how to display the example image :D (It's missing in the explanation) - thanks
Awesome, thank you! I have been battling just getting this thing to work with the Raspberry Pi 5 and current version of Python. Now I'd like to connect this to a camera module 3...
Glad you found it helpful. Thanks for watching!
Hey I am still getting the "Globally Unichip Corp." on my USB ive tried to reimage and try again but it has not worked :/, any one having the same problem?
Were any errors shown on the terminal throughout the process?
I followed your steps completely and it didn’t work
Every time I do Lsusb it still global unichip corp
Well be trying this soon once I re-image the pi 5 I want to use for this project.
Awesome! Thanks for watching!
@@diyengineers I just ordered a Raspberry pi 5 AI KIT that has the 13 TOPS chip.
Will it work with raspberry pi 2 zero
Thank you for the tutorial, I just have one issue, why I need each time I restart the raspberry to launch the container run one example, get the runtime error and then repeat the same process and it's working ! is there any possibility to make it work from first run otherwise this will be a severe problem in a real world application. Thank you in advance!
Each time are you rebuilding a new container or opening the already built container? You shouldn't have this issue when opening/entering the existing container.
@@diyengineers Hello , yeah each time I turn off the raspberry and turn it on , I run the container (without rebuilding it) it throws the same exception
can you tell me if the Coral accelerator works for Stable Diffusion? and how many "it/s" can it do on the benchmarks?
no. different format. seach for openvino 2024.
can raspberry pi 5 and google coral usb run yolo models (like yolov8) well?
I'm really looking forward to the next video if you are pleased.
sure. even rasp 4 can. and without any docker - th-cam.com/video/37PwrRVP9j4/w-d-xo.html
It seems that you did not provide the arguments for the script in Docker correctly. It seems it is important to enter the entire command line without line breaks or extra spaces.
Do you mean the comand in my webpage? Copy & Paste is not working without you having to do some fixes due to added spaces / breaks?
Thanks for watching and providing feedback!
@@diyengineers Exactly. Only the script i had to use in Docker
Alright. Went ahead and fixed it. Thanks again!