jesus-333 / Unity-hand-tracking

In this repository I will upload a personal project that use a combination of python script and C# script to create a Unity application with hand tracking and gesture recognition
MIT License
53 stars 13 forks source link

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

Closed UnityQueriesAsk closed 3 years ago

UnityQueriesAsk commented 3 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.

jesus-333 commented 3 years ago

Onestly I never done human pose estimation so I don't know how to help you. My suggestion is to search some paper related to this argument and start from them. Regarding the human gesture control it depends on what kind of gestures you want to use. For example if you want different command based on the number of raised finger you can use a simple CNN. It really depends on how many and what commands you want to implement