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

First Detection of hand is always on the left. #86

Closed
foong opened this issue May 30, 2024 · 2 comments
Closed

First Detection of hand is always on the left. #86

foong opened this issue May 30, 2024 · 2 comments

Comments

@foong
Copy link

foong commented May 30, 2024

Im having issue where the first instance of a detected hand is always "h1" and always "left hand" regardless if i am using my left or right hand. the second detected hand will always be "h2" and always "right hand"
Screenshot 2024-05-30 at 4 46 43 PM
Screenshot 2024-05-30 at 4 46 34 PM

@domisjustanumber
Copy link
Collaborator

Hey! Wow sorry it took so long to get back to you. This was an interesting one to dig into - h1 and h2 are simply "first hand detected and second hand detected" - they could be 2 left hands or 2 right hands.

However, MediaPipe does output a score of how confident it is about the detected hand being left or right. I've just added 4 extra channels to the Helpers CHOP that give you the amount of "Rightness" or "Leftness" confidence MediaPipe has for each detected hand.

It'll be in the next release :)

image

@domisjustanumber
Copy link
Collaborator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants