Facial Landmark Detection | OpenCV | Python | Mediapipe

Sdílet
Vložit
  • čas přidán 27. 07. 2024
  • Let's make a real-time Facial Landmark Detection using OpenCV, Python, and Mediapipe API. It detects 468 facial landmarks in real time. Facial Landmark Detection is used for AR (Augmented Reality) applications. Like putting a mask, specs, or a filter on your face.
    Mediapipe has a bunch of solutions that help us detect facial landmarks, iris, hands, pose, and full body movement. Mediapipe offers pre-trained models for free which we can directly use for any application.
    I hope you stick till the end of the video to learn how to implement Facial Landmark Detecting using OpenCV Python.
    ➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖
    📕 Mediapipe Documentation: google.github.io/mediapipe/so...
    📕 Complete Code: github.com/Coding-Lane/Facial...
    ➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖
    Timestamps:
    0:00 Demo
    0:19 Intro
    2:04 Installation
    2:38 Capture Video using opencv
    7:35 Mediapipe Facial Landmark Detection
    14:49 Custom Styles
    15:55 Demo and end
    ➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖
    ✔ RNN Playlist: • What is Recurrent Neur...
    ✔ CNN Playlist: • What is CNN in deep le...
    ✔ Complete Neural Network: • How Neural Networks wo...
    ✔ Complete Logistic Regression Playlist: • Logistic Regression Ma...
    ✔ Complete Linear Regression Playlist: • What is Linear Regress...
    ➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖
    If you want to ride on the Lane of Machine Learning, then Subscribe ▶ to my channel here: / @codinglane

Komentáře • 14

  • @shanlk366
    @shanlk366 Před 10 měsíci +1

    can we do same thing to image not to like real time?

  • @GuvenSenturk
    @GuvenSenturk Před rokem

    How caan we do this for multiple faces

  • @bilalyarankakar3131
    @bilalyarankakar3131 Před 3 měsíci +1

    I really enjoy your videos. You explain everything very well! Can you please make videos about transformers and encoder decoders ? With the implementation? Thank you

    • @CodingLane
      @CodingLane  Před 3 měsíci +1

      Thank you so much! I have plan on creating videos on that topic. It might take some time though. But thanks for suggestion, I will try to make that as a priority :)

  • @shukurullomeliboyev2004
    @shukurullomeliboyev2004 Před 2 měsíci

    how can i get list of index face mesh

  • @kaelthunderhoof5619
    @kaelthunderhoof5619 Před 4 měsíci

    What versionof Python do you use?

  • @revanthrajam
    @revanthrajam Před rokem +2

    please make the video on Decision Tree Algoritham

    • @CodingLane
      @CodingLane  Před rokem

      Thanks for the suggestion… My next playlist is gonna be on that only!

    • @revanthrajam
      @revanthrajam Před rokem

      @@CodingLane waiting bro

  • @dheerajreddygadi505
    @dheerajreddygadi505 Před 8 měsíci +1

    brother please create project related to video data not images
    like human activity recognition in real time

  • @PumaTomb
    @PumaTomb Před 11 měsíci

    The imshow() issue with Jupyter and CV2 notebooks ruins this great tutorial. Running this code crashes my machine.

  • @imranshaikh-ez4ht
    @imranshaikh-ez4ht Před rokem +1

    How to crop images using mediapipe

    • @CodingLane
      @CodingLane  Před rokem

      Hi, mediapipe does not provide api to crop images. For that you checkout PIL (Python Imaging Library)

    • @imranshaikh-ez4ht
      @imranshaikh-ez4ht Před rokem

      @@CodingLane ok I will try...thank you