An open API service indexing awesome lists of open source software.

https://github.com/surtecha/face-hand-pose-tracker

Basic face, hand and pose Tracker.
https://github.com/surtecha/face-hand-pose-tracker

mediapipe opencv pose-detection

Last synced: 7 months ago
JSON representation

Basic face, hand and pose Tracker.

Awesome Lists containing this project

README

          

# Hand and Face Landmarks Detection using OpenCV and MediaPipe




Live Tracking

This basic project uses **OpenCV** and **MediaPipe** to detect hand and face landmarks in real-time video streams and images. It also provides pose detection functionality.

The application will open a window displaying the real-time video stream. The **hand** landmarks, **face** landmarks and **pose** of the person in the video stream will be displayed in real-time.

This basic functionality can be used to further implement more complex ideas such as gesture based controllers and many more.

This program is made possible by the following open-source libraries and models:

* OpenCV
* MediaPipe