Lightning Fast Face Detection on CPU: MediaPipe and OpenCV Python

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

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

  • @NicolaiAI
    @NicolaiAI  ปีที่แล้ว +1

    Join My AI Career Program
    www.nicolai-nielsen.com/aicareer
    Enroll in My School and Technical Courses
    www.nicos-school.com

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

    Even though I just found this tutorial 2 years later it is excellent. Very well explained. Thank you!

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

      Glad it was helpful! Def check out the newer videos for object detection as well

  • @K.etanak
    @K.etanak ปีที่แล้ว +1

    This is really helpful.I really appreciate this video.

    • @NicolaiAI
      @NicolaiAI  ปีที่แล้ว +1

      Thanks a lot for watching!

  • @hakankosebas2085
    @hakankosebas2085 ปีที่แล้ว +1

    ERROR: Could not find a version that satisfies the requirement mediapipe (from versions: none)
    ERROR: No matching distribution found for mediapipe
    I got this error when I write 'pip install mediapipe'

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

    Sir, how to do this for hand detection...

  • @khaledcharaabi7494
    @khaledcharaabi7494 2 ปีที่แล้ว +1

    Hey , thank you for this tutorial ! Can u please show us how to save the detected faces in JPG form ? I want to use them for face recognition !

    • @NicolaiAI
      @NicolaiAI  2 ปีที่แล้ว +1

      Hi great video idea. U can basically just take the region inside the bounding boxes and save those as images and use to train a model. I'll look into making a video

    • @khaledcharaabi7494
      @khaledcharaabi7494 2 ปีที่แล้ว

      @@NicolaiAI Hi , if you have time , can you just send me the code to save regions inside bounding boxes for just the detected faces. Thank you

  • @shwetapatil1726
    @shwetapatil1726 3 ปีที่แล้ว +2

    Nice tutorial. After detecting the face, can we also recognize it later using a media pipe?

    • @NicolaiAI
      @NicolaiAI  3 ปีที่แล้ว +1

      Thank you so much. If u will recognize the faces u will need to train a new model with the features u get from the individual faces. Might work best with the face mesh detections, since u will have more unique features for each face. Ill do a video about in the future for sure! Thanks for watching

    • @shwetapatil1726
      @shwetapatil1726 3 ปีที่แล้ว +1

      @@NicolaiAI Yes please make the next tutorial on this. It will be great learning. Thanks

    • @NicolaiAI
      @NicolaiAI  3 ปีที่แล้ว +1

      It won't be any of the next ones since i have nothing prepared for that yet :)

  • @coiwcollege9854
    @coiwcollege9854 2 ปีที่แล้ว

    What's the difference between connections and landmarks?

  • @pntech1732
    @pntech1732 3 ปีที่แล้ว +2

    The fisrt! Thank u very much

    • @NicolaiAI
      @NicolaiAI  3 ปีที่แล้ว

      Thanks for watching! 🙂

  • @nandinisangolgi9811
    @nandinisangolgi9811 ปีที่แล้ว

    Hi Thanks for the useful content. Can you please show how can we save the detected object in jpg or any other format? is it possible here?

  • @eminpakdemir
    @eminpakdemir ปีที่แล้ว

    can we make multiple faces detection?

  • @Kumarkumar-ei7ns
    @Kumarkumar-ei7ns ปีที่แล้ว

    this is not working in rtsp stream

  • @Mieu52
    @Mieu52 ปีที่แล้ว

    are you able to not have the dots show

    • @superboxes69
      @superboxes69 ปีที่แล้ว

      not with the mediapipe drawing, though you can draw whatever you want with opencv (it will take some more brain power)