3D Avatar Real-Time Facial Tracking using MediaPipe Face-Landmark

Experience the fusion of AI and 3D animation in this project that uses MediaPipe’s face-landmark model to animate a 3D avatar’s face in real time. The model allows detection and estimation of facial landmarks and blendshape scores for a realistic animation experience.

Get hands-on with the live demo:

For code enthusiasts, the source code is available for exploration and contribution on GitHub: GitHub - jays0606/mediapipe-facelandmark-demo: Mediapipe faceLandmarker demo project

2 Likes

Hi,
I have gone through the code you provided. May I know the logic you used to convert the normalized result by MediaPipe facelandmark to move the position of 3D model. It would be pleasure if you can elaborate about the logic here.

Thanks for sharing the project :grinning: