Update README.md

This commit is contained in:
Ganesh
2024-09-09 17:35:43 -06:00
committed by GitHub
parent 78ed9e0b80
commit b2ef258cae

View File

@ -1,5 +1,7 @@
# Multithreaded Unity Python MediaPipe Body/Pose
NOTICE: this project has been replaced by [Tracking4All](https://ko-fi.com/s/709e6d6f6f) which is actively supported and features much better quality, is cross-platform with embedded Unity support and more!
## Overview
This is a project that tests Google MediaPipePose inside of Unity using Python bindings. Reading the WebCam and running the model occur on different threads. Basically, it's configurable full body tracking using a WebCam. What's more is that you can stay inside of a Python environment for all the mediapipe stuff (use all your usual libraries).<br>
![image showing waving](https://ganthefan.com/images/bodygif.gif)
@ -17,3 +19,5 @@ This is a project that tests Google MediaPipePose inside of Unity using Python b
* See global_vars.py for some basic configuration options to speed up/improve precision of the detection.
* Wearing clothing that contrasts with a background helps a fair bit.
* The architecture and performance has been greatly improved since my last project where I experimented with MediaPipeHands.
[![image showing new version](https://ganthefan.com/images/poseReplacement.png)](https://ko-fi.com/s/709e6d6f6f)