google-ai-edge / mediapipe

Cross-platform, customizable ML solutions for live and streaming media.
https://ai.google.dev/edge/mediapipe
Apache License 2.0
27.83k stars 5.18k forks source link

How do i use stereoscopic tracking? #3015

Open adryzz opened 2 years ago

adryzz commented 2 years ago

As written here, MediaPipe supports stereoscopic tracking (they used 3 cameras).

How do i use it (C++, face/hand tracking)? there are no examples in here and no mentions on the documentation. (thanks in advance)

sgowroji commented 2 years ago

We have examples on facemesh and hand tracking on c++. You can build one from here https://google.github.io/mediapipe/getting_started/cpp.html. Could you please elaborate on stereoscopic tracking am not sure about it.

adryzz commented 2 years ago

Yes, i have got all the examples to build and run successfully.

I am referring to this in the article. image

google-ml-butler[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you.

adryzz commented 2 years ago

so? any updates?

sr229 commented 2 years ago

Hello, I'm also interested on how this was implemented, can we get implementation details here?

monsieurpooh commented 1 year ago

Bump. Pose detection doesn't work great when body is facing away from the camera or not upright. Improving the accuracy with multiple cameras will be hugely useful for many applications and games which require atypical poses.