digital-standard / ThreeDPoseUnityBarracuda

Unity sample of 3D pose estimation using Barracuda
1.43k stars 275 forks source link

Mediapipe alternative to Barracuda for 3D pose tracking? #26

Open midopooler opened 3 years ago

midopooler commented 3 years ago

First of all, thank you for this great project @yukihiko @h-nakae The barracuda initialization in this project really takes a long time and is really slow on lower-end devices. To solve this out, I wanted to use Mediapipe for the full-body pose detection (or maybe holistic model) so that it doesn't take a lot of time in initialization and the FPS is also higher in Mediapipe. Can you give me an insight on how do you actually animated the Unity chan 3D model using the pose you were getting from the baraccuda model? Code samples mentioned from your repository would be highly appreciated.

Thanks

Hakoware commented 1 year ago

Hi, how are you? I'm trying to do full-body pose tracking with mediapipe and move an avatar with it, I wanted to know if you could do it? and if so, how did you do it? It would be very helpful and I would be very grateful thank you!