-
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
Identification of Gesture in hand tracking model #40
Comments
Eagerly looking forward to the resolution of the above issue! |
@DebankurS Gesture as detailed in the Google Hand tracking AI blog post is not available in the open source example. @fanzhanggoogle |
-And do you plan to make it available? |
@psykhon We do not have plans to release the gesture as the code is very basic and not production ready. It is just a series of rules mapping to a gesture. |
Any guide to the right data for the task @mgyong. I could not find the labelled 21 landmark dataset for this |
I understand, but at the same time I guess that if you want this framework to be accepted, you shouldn't tease with examples that later can not be reproduced, otherwise it just feels like clickbait |
@psykhon We have full examples for hand tracking (released model + open sourced pipeline). Definitely not teasing in any way :-) |
Hey, I am not really a developper (I am a designer) but I tried to implement an open hand recognition Here is what I did in the landmark_letterbox_removal_calculator.cc :
@mgyong Is this a good direction ? Now I have to figure out how I can surface this info out in objective-c. Is there a simple way to catch that in objective-c to work with some iOS native stuff ? |
hello, The landmark of the hand are not that far away from the ones of a body. So I do not see why the Cosine similarity methodology or the weighted matching methodology would not work. Finally they use a Vantage point tree algorithm to find the closest distance with all other landmarks. |
…marks_lateinit_not_initialized Fixing issue google-ai-edge#39 - late init race condition for helper and dropdown menu
Hi,
I am trying to understand how the gesture part of the application works.
But was able to only get the Hand Landmark model. And could not find any documentation for the Gesture.
Please provide links or guides to that I can try it out.
The text was updated successfully, but these errors were encountered: