Coral USB Accelerator on Raspberry Pi 5 - Step by step guide

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 ม.ค. 2025

ความคิดเห็น • 33

  • @diyengineers
    @diyengineers  หลายเดือนก่อน

    Where to buy [Amazon Affiliate]:
    Coral USB Accelerator: amzn.to/3WONMhW
    Raspberry Pi 5 Starter Kit: amzn.to/3w0zdg8

  • @maykholjm9654
    @maykholjm9654 7 หลายเดือนก่อน +2

    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! :)

    • @diyengineers
      @diyengineers  7 หลายเดือนก่อน

      Muchas gracias!

  • @TechTimReview
    @TechTimReview 3 หลายเดือนก่อน

    is there any way to remove the error in USB after the initial command? Thanks!

  • @santiagoperez6769
    @santiagoperez6769 5 หลายเดือนก่อน +1

    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.

    • @griffcyt
      @griffcyt หลายเดือนก่อน +1

      Pyenv works fine

    • @sanperez313
      @sanperez313 หลายเดือนก่อน

      @@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)

    • @griffcyt
      @griffcyt หลายเดือนก่อน

      Just normal pyenv install of 3.9. Nothing built from source.

  • @santiagoperez6769
    @santiagoperez6769 4 หลายเดือนก่อน

    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.

  • @adamrohde3513
    @adamrohde3513 3 หลายเดือนก่อน

    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?

  • @soumen_das
    @soumen_das หลายเดือนก่อน

    Thank you. It worked.

  • @hyagovieira1701
    @hyagovieira1701 4 หลายเดือนก่อน

    Maybe you can run ONNX models, in this case? Also Yolov8, in format .onnx ?

  • @darklord_ice
    @darklord_ice 2 หลายเดือนก่อน

    Great tutorial - but I couldn't find out how to display the example image :D (It's missing in the explanation) - thanks

  • @Unrealizedlosses
    @Unrealizedlosses 7 หลายเดือนก่อน +1

    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...

    • @diyengineers
      @diyengineers  7 หลายเดือนก่อน

      Glad you found it helpful. Thanks for watching!

  • @Kam-y8y
    @Kam-y8y 19 วันที่ผ่านมา

    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?

    • @therealkuru
      @therealkuru 16 วันที่ผ่านมา

      Were any errors shown on the terminal throughout the process?

  • @freddiemullins3904
    @freddiemullins3904 3 หลายเดือนก่อน +2

    I followed your steps completely and it didn’t work
    Every time I do Lsusb it still global unichip corp

  • @armisis
    @armisis 7 หลายเดือนก่อน

    Well be trying this soon once I re-image the pi 5 I want to use for this project.

    • @diyengineers
      @diyengineers  7 หลายเดือนก่อน

      Awesome! Thanks for watching!

    • @armisis
      @armisis 7 หลายเดือนก่อน

      @@diyengineers I just ordered a Raspberry pi 5 AI KIT that has the 13 TOPS chip.

  • @Burgerhs
    @Burgerhs 4 หลายเดือนก่อน

    Will it work with raspberry pi 2 zero

  • @mahmoudmoumni1680
    @mahmoudmoumni1680 5 หลายเดือนก่อน

    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!

    • @diyengineers
      @diyengineers  5 หลายเดือนก่อน

      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.

    • @mahmoudmoumni1680
      @mahmoudmoumni1680 5 หลายเดือนก่อน

      @@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

  • @luislozano2896
    @luislozano2896 7 หลายเดือนก่อน

    can you tell me if the Coral accelerator works for Stable Diffusion? and how many "it/s" can it do on the benchmarks?

  • @sandrocain-l2v
    @sandrocain-l2v 7 หลายเดือนก่อน

    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х
      @АльбертИванов-ц4х 6 หลายเดือนก่อน

      sure. even rasp 4 can. and without any docker - th-cam.com/video/37PwrRVP9j4/w-d-xo.html

  • @gerwinvis
    @gerwinvis 7 หลายเดือนก่อน

    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.

    • @diyengineers
      @diyengineers  7 หลายเดือนก่อน

      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!

    • @gerwinvis
      @gerwinvis 7 หลายเดือนก่อน

      ​@@diyengineers Exactly. Only the script i had to use in Docker

    • @diyengineers
      @diyengineers  7 หลายเดือนก่อน

      Alright. Went ahead and fixed it. Thanks again!