From 13a1613ef04cc59d579be27e7bb949927e1988fe Mon Sep 17 00:00:00 2001 From: Ganesh <62562006+ganeshsar@users.noreply.github.com> Date: Sun, 4 Jun 2023 15:09:11 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf91c9e..2904353 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Multithreaded Unity Python MediaPipe Body/Pose ## 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.
+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).
![image showing waving](http://ganeshsaraswat.ca/InternetImages/bodygif.gif)