The blog gives some details about the algorithm to detect different gestures
We apply a simple algorithm to derive the gestures. First, the state of each finger, e.g. bent or straight, is determined by the accumulated angles of joints. Then we map the set of finger states to a set of pre-defined gestures.
A few questions regarding implementation details
Thank you for all the help!
The blog gives some details about the algorithm to detect different gestures
We apply a simple algorithm to derive the gestures. First, the state of each finger, e.g. bent or straight, is determined by the accumulated angles of joints. Then we map the set of finger states to a set of pre-defined gestures.
A few questions regarding implementation details
- Are the accumulated angles based on the 2D pixel values returned from the landmark detection or the 3D values?
- Are these angles based on an upright hand? aka do you consider then similarly to how you generate the bounding box (wrist joint and MCP joint are aligned)
- Are these angles from one joint to the next joint in the finger? or from the wrist joint to the finger joint? or just directly from the wrist to the fingertip?
- Is this all implemented in a new calculator that has not been released? What is the timeline for the release of the gesture tracking?
Thank you for all the help!
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!
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,
As your question is very similar to https://github.com/google/mediapipe/issues/40 I was wondering what you end up with, and what you think about the proposal solution explained in the #40 reply.
Thanks !
+1 Tutorial on Gesture Recognizer
+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 ;)
+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.
+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.
Thank you for this framework.

@Jaguaribe21 @KhuongAnNguyen @ChuyiZhong @Niko-La @Momohanfeng @dyaeger12345 @pablovela5620
Hey guys, sorry if it tooked me too long to reply. A few days ago I launched an entire open source framework for gesture recognizing and device control, with complete process documentation that you can also use as a tutorial in case you want to implement your own, check:
https://github.com/google/mediapipe/issues/594
Project site:
https://www.deuxexsilicon.com/handcommander/
and the code is at:
https://github.com/lisbravo/myMediaPipe

Hey guys, I modify the TensorFlow demo app, so it can run the palm model and hand landmark model.
please go https://github.com/laisuki1109/handtracking-with-Mediapipe to explore more !
Thank you!
Most helpful comment
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!