Face Detection using OpenCV using a Raspberry Pi Zero

Поділитися
Вставка

КОМЕНТАРІ • 29

  • @tom95076
    @tom95076 Рік тому +2

    Great feature on this show.... I like the idea that there I can pause and you keep the pace going. It been a long time since I have found a great learning channel that is structured to have a flow to it. Thank you and your team for this great reconnection to interactive learning. Im dusting of the pi Zero right now!

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

    I just came here to watch this video based on my search recommendation and although this was supposed to be a one video thing and I was going to leave after the video served its purpose, after seeing your careful explanation and the amount of effort you have put into all of this, I just couldn't help but subscribe to your channel. I look forward to exploring the rest of the videos on your channel as well as the upcoming videos. Keep up the great work!

  • @ErdemYldrmer
    @ErdemYldrmer Рік тому +1

    Did you say "All your bases are belong to us" @25:40 🤩 Wonderful!

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

    Wonderful stream and useful video. This channel is pure gold and I'm happy to be subscribed ✌️

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

    Thanks for reuploading... Great Video 👍👍👍

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

    this video is help full for me .

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

    hay nice video I just wanted to ask can we do eye tracking with this

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

    Hi, please make a video showing how well works OpenCV on a RPI zero W 2 :)

  • @compubyte2010
    @compubyte2010 Рік тому +1

    being as RPi's are tough to find and get now.. for the facial recognition? or any robotics have you ever looked at the HUSKEYLENS ? I'm trying to figure out how to make one of those , with a 3D printed arm. to learn to PLAY CHESS .. I know python has the chess library etc.. just .. well not into robotics like you.. lol

  • @कलयुग_कर्ण
    @कलयुग_कर्ण Місяць тому

    i want to create facial recognition attendance system using raspberry pi it can store 100 images which raspberry pi is best for this project can i used raspberry pi 3 3b+ with 1 gb ram or i can go for raspberry pi 4 rasberry pi zero 2 w can handle 100 people images

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

    Looks like some of the lib packages have been updated, can you update your cheatsheet to address this?

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

    Awesome work! Do you 5hink a rpi0 could be trained to detect a particular motion, such as hand waving in real time?

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

    I think opencv installed on PC, can I run it independently on Raspberry pi? I mean zero or any low cost model?

  • @HumbleHustle101
    @HumbleHustle101 11 місяців тому +1

    Amazing video👍, can we also perform OCR with raspberry pi zero 2 ?

    • @kevinmcaleer28
      @kevinmcaleer28  11 місяців тому

      Oh, for sure, just need to use a different model

    • @HumbleHustle101
      @HumbleHustle101 11 місяців тому

      @@kevinmcaleer28 if you can make video about OCR using raspberry pi zero 2 then I think it will be amazing.

  • @HumbleHustle101
    @HumbleHustle101 11 місяців тому

    @kevinmcaleer28 can we connect MakerHawk 2pcs Speaker to raspberry pi zero 2 w? If you have made any video pertaining to sound module for pi zero 2 w can you share the link of it?

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

    Hello does it works with RPI0 W1.3?

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

    Had issue when coming to make it

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

      Oh no! Come over to the SMARS community group on Facebook for help

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

    Do you think Pi Zero can run CNN or keras? have you tried it?

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

      It can! Training is very slow but models work fine

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

      @@kevinmcaleer28 Thank you for answering. Which library do u recommend in rpi zero? Tensorflow lite or Keras?

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

    doesn't download your Cheatsheet

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

      I’ve just checked and the link is working, are you having issues?

  • @Steven-jf4cs
    @Steven-jf4cs Рік тому

    Anybody have a correction for step 3? I received the below error after entering the command to swapfile size:
    COMMAND --> sudo sed -i 's/CONF_SWAPSIZE=100/CONF_SWAPSIZE1024/G' /etc/dphys-swapfile
    ERROR --> sed: -e expression #1, char 39: unknown option to `s'
    thanks much!