Skip to content
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

Implement better algorithm (QDollar) to enable full gesture recognition #2

Open
patrykkalinowski opened this issue Apr 6, 2023 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@patrykkalinowski
Copy link
Owner

Current solution in hand recognition module is pretty simplistic and takes into account only finger positions in relation to wrist. For example, it doesn't differentiate between thumb_up and thumb_down.

Also, full gesture recognition like hand wave requires tracking full hand movements over time.

There is an algorithm called $Q Super-Quick Recognizer (QDollar), designed specifically for recognising hand gestures. It has been implemented in GDScript already, but only for 2D.

Adapting QDollar for 3D in GDScript would enable full recognition of hand gestures in motion, not only hand poses

@patrykkalinowski patrykkalinowski added the help wanted Extra attention is needed label Apr 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant