google-ai-edge / mediapipe

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

Hello, I want to get from the gesture detection, the customer's gesture is "OK", "Rock", and "Spiderman". What should we do? #216

Closed Sanerly closed 4 years ago

Sanerly commented 4 years ago

Hello, I want to get from the gesture detection, the customer's gesture is "OK", "Rock", and "Spiderman". What should we do?

And the arr I packaged is 2d by default and I want to change it to 3d. I didn't find this function

JECBello commented 4 years ago

@Sanerly Are you using the desktop version? If so, you can reference the related issue #202 to change it to 3D.

Sanerly commented 4 years ago

@Sanerly您使用的是桌面版本吗?如果是这样,您可以参考相关的问题#202将其更改为3D。

Hello,I'm using the mobile version, and I want to recognize the "ok" of the gesture

psykid commented 4 years ago

I think #296 can help you.

laisuki1109 commented 4 years ago

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 ! With Java you can set custom hand pose by xy coordinate Thank you!