-
Notifications
You must be signed in to change notification settings - Fork 5.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
multiple hands tracking #32
Comments
Currently a naive solution is to modify the graph so that it contains multiple branches of hand landmark localization (e.g., two branches for up to 2 hands). We are finalizing new features that can support these multi-branch use cases with a simpler graph config change. Once ready, we will update the hand tracking example with the new features to support multiple hands. |
can you tell us the details for " modify the graph so that it contains multiple branches of hand landmark localization (e.g., two branches for up to 2 hands)" and how to do this? |
Any updates on "...new features that can support these multi-branch use cases"? |
…ge_embedder Implement image embedder
I have tested the android application and I have seen that only one hand is tracked (landmarks).
Even if this is not supported now, how do you think the best way to support tracking multiple hands?
The text was updated successfully, but these errors were encountered: