google-ai-edge / mediapipe

Cross-platform, customizable ML solutions for live and streaming media.
https://mediapipe.dev
Apache License 2.0
26.77k stars 5.09k forks source link

Hand Tracking Multiple Hands #151

Closed pranay-agra closed 4 years ago

pranay-agra commented 4 years ago

Hey,

In your blog, you released a hand-tracking model. In the blog, it mentioned scalability to multiple hands. How do you enable this on the software as it is currently only tracking one hand? I am not too well versed with Mediapipe / hand-tracking, so an in-depth explained answer would be perfect!

Thanks

mgyong commented 4 years ago

Duplicate of #32 We don't support this currently

mgyong commented 4 years ago

@eknight7 FYI We will update this issue in the future once we have support

mgyong commented 4 years ago

@pranay-agra With the new release https://github.com/google/mediapipe/releases/tag/v0.6.4, we have multi-hand tracking examples:

https://github.com/google/mediapipe/blob/master/mediapipe/docs/multi_hand_tracking_mobile_gpu.md https://github.com/google/mediapipe/blob/master/mediapipe/docs/multi_hand_tracking_desktop.md