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

Way to distinguish right / left hand from keypoints #37

Open
muraano opened this issue Oct 17, 2024 · 1 comment
Open

Way to distinguish right / left hand from keypoints #37

muraano opened this issue Oct 17, 2024 · 1 comment

Comments

@muraano
Copy link

muraano commented Oct 17, 2024

First, thanks for your great work! The model accuracy is much better than other libraries.

I have a question about your high level API "from rtmlib import Hand".
It returns keypoints and its shape is (1, 22, 2) or (2, 22, 2) in case to_openpose=True.
Do we have the way to know which hand data we got?
I'm asking this because I'm only interested in left hand keypoints and would like to ignore right hand keypoints in my application.
I really appreciate if you answer this question.

@guillemdelgado
Copy link

First, thanks for your great work! The model accuracy is much better than other libraries.

I have a question about your high level API "from rtmlib import Hand". It returns keypoints and its shape is (1, 22, 2) or (2, 22, 2) in case to_openpose=True. Do we have the way to know which hand data we got? I'm asking this because I'm only interested in left hand keypoints and would like to ignore right hand keypoints in my application. I really appreciate if you answer this question.

Im also interested in this. Were you able to solve it? Thanks in advance

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