Facial Landmark Detection | OpenCV | Python | Mediapipe

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

➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖

➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖

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

➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖

➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖

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

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

shanlk
Автор

How caan we do this for multiple faces

GuvenSenturk
Автор

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

bilalyarankakar
Автор

please make the video on Decision Tree Algoritham

revanthrajam
Автор

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

dheerajreddygadi
Автор

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

PumaTomb