How to Perform Object Detection with TensorFlow Lite on Raspberry Pi | Digi-Key Electronics

Поділитися
Вставка
  • Опубліковано 16 вер 2024

КОМЕНТАРІ • 65

  • @sugumarp3454
    @sugumarp3454 3 роки тому +1

    Crisp and clear. Good content.

  • @LouisFox89
    @LouisFox89 3 роки тому +3

    Such an incredibly well made interesting video. Really good and useful.

  • @aisolutions834
    @aisolutions834 3 роки тому

    Nice work Shawn!, I just finished this project, was a really great experience as a new Pi member!
    I've done some transfer learning for my project, but I think everybody likes to see your take on transfer learning on Pi4 and ESP32!

  • @vedantpoddar2309
    @vedantpoddar2309 3 роки тому +1

    Love your videos❤️!! Keep them coming!

  • @gabrielcassoni9514
    @gabrielcassoni9514 3 роки тому

    This video is exactly what I was looking for! Thank you!

  • @tanjiro3285
    @tanjiro3285 10 місяців тому

    90 % digikey ytb channel is shawn 😁

  • @jasondeglint
    @jasondeglint 3 роки тому +1

    This is great content! More like this please. :)

  • @markpretorius6854
    @markpretorius6854 3 роки тому

    Great job, please keep making videos

  • @amirmahdisoltani1
    @amirmahdisoltani1 3 роки тому

    Fantastic ... I really learn from you ...

  • @MuhammadDaudkhanTV100
    @MuhammadDaudkhanTV100 3 роки тому

    Cool project

  • @amritraj7640
    @amritraj7640 2 роки тому +1

    Can we use it for only detecting a specific object ?

  • @lernenmitrobin
    @lernenmitrobin 3 роки тому

    great as usual!

  • @yaribnevarez2541
    @yaribnevarez2541 3 роки тому

    Thanks again!

  • @KD_edit_bt
    @KD_edit_bt 3 роки тому +1

    Failed to fetch error
    sudo apt -y install qt4-dev-tools libatlas-base-dev libhdf5-103

  • @mayurbhat9479
    @mayurbhat9479 3 роки тому

    Thanks, Great Video!!
    Since the objects are detected, can you show how to convert it to speech in raspberry pi?

  • @gautamnarayan2617
    @gautamnarayan2617 2 роки тому

    Thank you for the video. I have a small question. How can we detect a particular object for the label map? Is there a way to do it? I just want to detect people from the list.
    Thank you in advance!!

  • @michaelhofmann5091
    @michaelhofmann5091 3 роки тому +1

    Hey man great stuff
    I got stuck at 4:03" ,
    My command promp sais "could not find a version that satisfies the requirement opencv-contrib-python=4.1.0.25. N matching disptribution found for opencv-contrib-python==4.1.0.25.
    Am I missing something here or should I type in a diferent Version?
    Cheers!

  • @newsonsports7457
    @newsonsports7457 2 роки тому

    I want to detect custom object ..what will be the changes.which file replace?

  • @harshita8600
    @harshita8600 3 роки тому

    Hey .Unable to sign- in into Google account(gmail account) on raspberry Pi 4....
    Plz help...

  • @amnahrafie1435
    @amnahrafie1435 3 роки тому

    Thank you for the very informative video, I have a small question due to an error that appears while running the python code that opens the RPI camera. The error stated: Didn't find op for builtin opcode 'CONV_2D' version '5'. Any idea on how to solve this error? The code is given in the tutorial runs with no error it's just the command prompt in the RPI that shows the error I mentioned earlier.

  • @sqribe
    @sqribe 10 місяців тому

    the script works fine when running on a usb web cam, but when i use the camera module from amazon (has the night vision /ir switching, i read somewhere it's modelled after the official v1 module.) anyway, when i use it with that camera, nothing happens. a little 'preview' box shows up empty and i get an error about frame1.copy returning a Nonetype, indicating it's not pulling info off the camera, however, libcamera-hello gives me a crisp clear picture of myself, so i know the camera functions.
    anyone out there have any advice?

  • @tiarakusumadewi2337
    @tiarakusumadewi2337 3 роки тому

    Hi Sir. I have succeeds to follow your tutorial. Thanks to you. However, after a while, when re-try to run the code, the object detector web does not pop up.

  • @WTFhowdIdie
    @WTFhowdIdie 2 роки тому

    Hello, I am trying to follow this build and I encounter an error at 10:12 in the video. When I try to execute the script, I get:
    Traceback (most recent call last):
    File "TFLite_detection_webcam.py", line 19, in
    import cv2
    File "/home/pi/Projects/Python/tflite/tflite-env/lib/python3.7/site-packages/cv2/__init__.py", line 3, in
    from .cv2 import *
    ImportError: libjasper.so.1: cannot open shared object file: No such file or directory
    ________________________________________
    I've followed the video exactly and started with a fresh build. If anyone could help me out I'd really appreciate it.

  • @ahedmafarjeh936
    @ahedmafarjeh936 2 роки тому

    tank you
    i have an question.
    please,can you tell me how i can use yolo model instead of ssd mobilenet?

  • @YigalBZ
    @YigalBZ 3 роки тому +1

    Thank you! one problem: at 04:30, there is no such table of WHL files in the link. Perhaps it was changed? Help please.

    • @YigalBZ
      @YigalBZ 3 роки тому

      Found a link to the list. But when I run it, the following error occurred: ""Could not install packages due to an EnvironmentError: 404 client error: Not found for url pypi.org/simple/tflite-runtime

    • @YigalBZ
      @YigalBZ 3 роки тому

      After copying from the picture the path you provided (and not the one in the site) - I managed to pass this step

    • @ichibankasuga5787
      @ichibankasuga5787 3 роки тому

      @@YigalBZ Not for me (( still getting "tflite_runtime-2.1.0.post1-cp37-cp37m-linux-armv7l-linux_armv7l.whl is not a supported wheel on this platform" on Pi 3+....

  • @faisalali5864
    @faisalali5864 3 роки тому

    ❤ the tutorial,
    Can u provide information to run this model of tensorflow lite on sipeed M1n or on android phone.

  • @donnguyen4956
    @donnguyen4956 3 роки тому

    even though TensorFlow make the program lightweight to fit on a single board computer, can the Program be optimize any futher (in term of memory, and computational power), in order to be operational on something like ESP32?

  • @haseenabegum6153
    @haseenabegum6153 3 роки тому

    Sir can you please tell me How activate the tflite environment automatically without typing the commands and can u please tell me how te get speech output of the objects detected

  • @deepeshdeepakdd2
    @deepeshdeepakdd2 3 роки тому

    Can you guide on as to how to stream this Tensorflow object detection video feed to Windows/Ubuntu which is connected to the same WiFi network as the RPi.

  • @mohammedkedir1591
    @mohammedkedir1591 3 роки тому

    This video is really helpful great job! But I was trying to download opencv 4.1.0.25 but it starts then it stops when it gets 92% then the error is update the hashe do you have any idea about that thanks!

  • @ikhwalsyukur2068
    @ikhwalsyukur2068 3 роки тому +1

    Anyone know how to fix it?
    I have problem in last code when u want to show camera,
    The error write like this
    "TFLite_detection_webcam.py", line 102, in
    "ModuleNotFoundError: No Module named 'tensorflow'

  • @aynonsense7716
    @aynonsense7716 Рік тому

    Can tflite model run on raspberry pi 2?

  • @terryterry1655
    @terryterry1655 2 роки тому

    Tensorflow running at? Fps

  • @jellianjanenegrite8503
    @jellianjanenegrite8503 3 роки тому

    There's an error in last program in TFlite_detection_webcam.py --modeldir=coco_ssd_mobilenet_V1, it say's the following arguments are required: --modeldir.
    Can you help me about this? Thank You!

    • @ninaddeshmukh654
      @ninaddeshmukh654 3 роки тому +1

      I am facing the same problem did you got any solution for it if so do lmk

  • @jean-marckapisu7512
    @jean-marckapisu7512 3 роки тому

    Hello everyone, I'm a beginner, at 1:53 how to save the .bashrc ?

  • @akeemlouigarde4946
    @akeemlouigarde4946 3 роки тому

    It's saying "unable to locate package libjasper-dev"

    • @jameshodds8800
      @jameshodds8800 2 роки тому

      I have the same problem did you ever sort this out if so how

  • @projectideas6543
    @projectideas6543 3 роки тому

    Help! No module named cv2

    • @saadmunawar7920
      @saadmunawar7920 3 роки тому

      im getting the same error, idk what to do about it

    • @projectideas6543
      @projectideas6543 3 роки тому

      @@saadmunawar7920 I got it resolved, go back to the steps you might miss something that you type or copy-pasted.

  • @Tony770jr
    @Tony770jr 3 роки тому +1

    We'll, more like alphabet soup than object detection.

  • @texasdaveodell
    @texasdaveodell 3 роки тому +1

    sudo apt -y install qt4-dev-tools libatlas-base-dev libhdf5-103

    • @KD_edit_bt
      @KD_edit_bt 3 роки тому

      it is not working and give error

    • @KD_edit_bt
      @KD_edit_bt 3 роки тому

      @Shawn Hymel please se into it

  • @JohnGalanakis
    @JohnGalanakis 3 роки тому

    FUCKING TENSORFLOW CHANGED THEIR SITE AND I CANT SEEM TO FIND OLDER VERSIONS BESIDE 2.5.0 PLEASE FUCKING HELP ME :'(