Skip to content

This code snippet uses MediaPipe's Holistic model to visualize pose estimation, hand, and face landmarks on images, videos, and live camera feed. It draws landmarks and body pose connections, focusing on facial contours, hand landmarks, and body posture. Result is displayed in a resizable window.

Notifications You must be signed in to change notification settings

diegoperea20/Detection-Pose-Face-and-Hands

Repository files navigation

Detection Pose , Face and Hands

This code snippet demonstrates the usage of the mediapipe library to visualize pose estimation and hand/face landmarks detection using the Holistic model. The program processes an image,video and camera , draws various landmarks on it, and displays the result in an adjustable window. Those examples focuses on visualizing facial contours, hand landmarks, and body pose connections of a person .

Step2

Step2

And a finger-counting detector .

Step2

Optional steps to implement

  1. Use Dockerfile
  2. Use virtual enviroments and apply requirements.txt
#virtual enviroment with conda 
conda create -n my_enviroment python=3.11.4

pip install -r requirements.txt

About

This code snippet uses MediaPipe's Holistic model to visualize pose estimation, hand, and face landmarks on images, videos, and live camera feed. It draws landmarks and body pose connections, focusing on facial contours, hand landmarks, and body posture. Result is displayed in a resizable window.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published