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.
- Host: GitHub
- URL: https://github.com/surtecha/face-hand-pose-tracker
- Owner: surtecha
- Created: 2022-09-18T15:28:53.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-24T12:28:38.000Z (about 2 years ago)
- Last Synced: 2025-03-26T01:23:54.666Z (10 months ago)
- Topics: mediapipe, opencv, pose-detection
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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