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

preview_player
Показать описание
📌 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):

▶️ How to install PyCharm (one my favorite Python IDEs and the one I used in this video):

▶️ How to install Jetbrains DataSpell IDE (one my favorite Python IDEs) [which is like PyCharm]:

▶️ Our Machine Learning Tutorial Playlist:

▶️ PyCharm Tutorial Playlist (Tips and Tricks):

▶️ Jupyter Notebook Tutorial playlist:

➖➖➖➖➖➖➖➖➖➖

➖ Source Code:
Рекомендации по теме
Комментарии
Автор

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

narrowspace
Автор

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

vinsmokesanji
Автор

Muy bueno!!.
El no debería estar afuera del While?

cgrigstd
Автор

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

rajasekark
Автор

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

noureddinealaoui