-
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
Details on Gesture Recognition Approach #82
Comments
Hi pablovela5620, here's the prompt answers to your questions:
|
Thank you, FanZhang. I appreciate the response |
A tutorial/instructions for implementing gesture recognition would be very helpful. It may seem simple to those who developed the project, but for someone coming in from the outside, it seems strange to have advertised it but to not provide at least some detailed instructions. Thanks! |
+1 |
yes, a tutorial will be helpful for us who is coming from outside, or a detailed instructions could let us write the solution for gesture recognizer |
hello @pablovela5620, Thanks ! |
+1 Tutorial on Gesture Recognizer |
I'm working on something very similar to a gesture recognition tutorial and will release it in 7-10 days ;) |
Could you share it with the community? I think lots of people are having difficulties on this issue and we will all appreciate that. Thanks in advance. |
Sure, please wait a little bit while Im finishing it |
A tutorial would be really helpful :) Thanks |
Please tutorial! Thanks |
I have written this Tutorial: Simple Hand Gesture Recognition.You can recognize ONE, TWO, TREE, FOUR, FIVE, SIX, YEAH, ROCK, SPIDERMAN and OK like on this blog : On-Device, Real-Time Hand Tracking with MediaPipe. |
@Jaguaribe21 @KhuongAnNguyen @ChuyiZhong @Niko-La @Momohanfeng @dyaeger12345 @pablovela5620 Project site: |
Hey guys, I modify the TensorFlow demo app, so it can run the palm model and hand landmark model. |
The blog gives some details about the algorithm to detect different gestures
A few questions regarding implementation details
Thank you for all the help!
The text was updated successfully, but these errors were encountered: