Where to buy [Amazon Affiliate]: Coral USB Accelerator: amzn.to/3WONMhW Raspberry Pi 5 Starter Kit: amzn.to/3w0zdg8
@maykholjm96545 ай бұрын
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! :)
@diyengineers5 ай бұрын
Muchas gracias!
@soumen_das3 күн бұрын
Thank you. It worked.
@adamrohde3513Ай бұрын
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?
@armisis5 ай бұрын
Well be trying this soon once I re-image the pi 5 I want to use for this project.
@diyengineers5 ай бұрын
Awesome! Thanks for watching!
@armisis5 ай бұрын
@@diyengineers I just ordered a Raspberry pi 5 AI KIT that has the 13 TOPS chip.
@darklord_ice27 күн бұрын
Great tutorial - but I couldn't find out how to display the example image :D (It's missing in the explanation) - thanks
@anthonyholmes13126 ай бұрын
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...
@diyengineers6 ай бұрын
Glad you found it helpful. Thanks for watching!
@hyagovieira17013 ай бұрын
Maybe you can run ONNX models, in this case? Also Yolov8, in format .onnx ?
@santiagoperez67693 ай бұрын
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.
@griffcyt13 күн бұрын
Pyenv works fine
@sanperez3137 күн бұрын
@@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)
@griffcyt7 күн бұрын
Just normal pyenv install of 3.9. Nothing built from source.
@TechTimReviewАй бұрын
is there any way to remove the error in USB after the initial command? Thanks!
@santiagoperez67693 ай бұрын
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.
@freddiemullins39042 ай бұрын
I followed your steps completely and it didn’t work Every time I do Lsusb it still global unichip corp
@sandrocain-l2v5 ай бұрын
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.
@АльбертИванов-ц4х5 ай бұрын
sure. even rasp 4 can. and without any docker - kzbin.info/www/bejne/aWizqKWIi7VsoJY
@mahmoudmoumni16804 ай бұрын
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!
@diyengineers3 ай бұрын
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.
@mahmoudmoumni16803 ай бұрын
@@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
@luislozano28966 ай бұрын
can you tell me if the Coral accelerator works for Stable Diffusion? and how many "it/s" can it do on the benchmarks?
@АльбертИванов-ц4х5 ай бұрын
no. different format. seach for openvino 2024.
@Burgerhs3 ай бұрын
Will it work with raspberry pi 2 zero
@gerwinvis5 ай бұрын
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.
@diyengineers5 ай бұрын
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!
@gerwinvis5 ай бұрын
@@diyengineers Exactly. Only the script i had to use in Docker