TesseraktZero / UnityHandTrackingWithMediapipe

Realtime hand tracking and finger tracking in Unity using Mediapipe
Apache License 2.0
272 stars 65 forks source link

Need help for Human Pose Estimation project using OpenCV and MediaPipe in Unity? #8

Open UnityQueriesAsk opened 2 years ago

UnityQueriesAsk commented 2 years ago

Hello, This is not an issue I need some help from you with the following scenario :

I have to work on a Human Pose Estimation project using OpenCV and MediaPipe in Unity. In that, I need to track multiple persons using web camera and I have to generate a 3D coordinates for body joints also I need to control the player using human gestures detection.

Can you please share some of the references for this scenario implementation.

Thanks in advance.

TesseraktZero commented 2 years ago

I dont think mediapipe supports multi-person detection at this moment. You might need to modify the model or add extra logic in order to do so.