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

Computer Vision: Improve gesture tracking algorithm #1

Open
Saharsh1005 opened this issue Feb 26, 2024 · 0 comments
Open

Computer Vision: Improve gesture tracking algorithm #1

Saharsh1005 opened this issue Feb 26, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@Saharsh1005
Copy link
Owner

Currently, detecting a point in the face (near forehead) and using its movements across frames defining the gesture.
Incremental suggestions:

  1. Instead of simply taking any point, take key feature points (nose or eyes or mean pt of their coordinates)
  2. Use DL based head_pose_estimation model (DL or yaw/roll/pitch movement -> classification) : [link1] [link2]
@Saharsh1005 Saharsh1005 added enhancement New feature or request good first issue Good for newcomers labels Feb 26, 2024
@Saharsh1005 Saharsh1005 changed the title Improve gesture tracking algorithm Computer Vision: Improve gesture tracking algorithm Feb 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant