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

Can I test both hands? #17

Open
MLsmaller opened this issue Aug 7, 2019 · 1 comment
Open

Can I test both hands? #17

MLsmaller opened this issue Aug 7, 2019 · 1 comment

Comments

@MLsmaller
Copy link

I want to detect the two hands of a picture at the same time. Firstly, I will find out the bounding boxes of the two hands with the method of object detection, and then I will bring out the depth information of the picture in the two enveloping boxes and use the model to detect them respectively. Is this feasible?

@xinghaochen
Copy link
Owner

Yes it is feasible. You should detect two hands, crop them properly and use the model to estimate hand pose for each hand. Note that the models are trained using the right hand, you have to flip the left hand horizontally to estimate the hand pose.

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