Python Face Detection and Face Mesh (python OpenCV & MediaPipe package)

Поделиться
HTML-код
  • Опубликовано: 26 авг 2024
  • 📌 Tutorial on Python Face Detection and Face Mesh (python OpenCV & MediaPipe package). In this video, we will do face detection and we will add face mesh to out face detection using OpenCV and MediaPipe package in python programming language.
    ➖➖➖➖➖➖➖➖➖➖
    ▶️ Face Detection using OpenCV and MediaPipe (Previous Video):
    • Python Face Detection ...
    ▶️ How to install PyCharm (one my favorite Python IDEs and the one I used in this video):
    • How to download and in...
    ▶️ How to install Jetbrains DataSpell IDE (one my favorite Python IDEs) [which is like PyCharm]:
    • How to download and in...
    ▶️ Our Machine Learning Tutorial Playlist:
    • Machine Learning
    ▶️ PyCharm Tutorial Playlist (Tips and Tricks):
    • PyCharm Tutorial for P...
    ▶️ Jupyter Notebook Tutorial playlist:
    • Jupyter Notebook Tutorial
    ➖➖➖➖➖➖➖➖➖➖
    ➖ Source Code:
    t.me/Koolac_Da...

Комментарии • 9

  • @sanjitsingh3693
    @sanjitsingh3693 День назад

    I get this issue: import mediapipe as mp
    ModuleNotFoundError: No module named 'mediapipe'

  • @narrowspace8552
    @narrowspace8552 Год назад

    This is an Excellent tutorial!! Thank you so much!

  • @cgrigstd
    @cgrigstd Год назад

    Muy bueno!!.
    El FaceMesh(refine_landmarks=True) no debería estar afuera del While?

  • @vinsmokesanji9485
    @vinsmokesanji9485 Год назад

    thank you for your video
    how can I use mashs to train module for face recognition solutions ?

  • @milademix1170
    @milademix1170 2 года назад +1

    👏👏

    • @Koolac
      @Koolac  2 года назад

      Thank you Milad. It's Nice of You.

  • @rajasekark7131
    @rajasekark7131 8 месяцев назад

    hi i want to know how to save detected face mesh into obj or fbx format

  • @noureddinealaoui6040
    @noureddinealaoui6040 Год назад

    line 12
    img = cv2.cvtColor(img,cv2.COLOR_BGR2RGB)
    ^
    IndentationError: unindent does not match any outer indentation level
    how to resolv this

    • @kenthe6reat
      @kenthe6reat 9 месяцев назад

      Period instead of comma