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

Detecting both hands #37

Open
HelloEgg opened this issue Jan 11, 2020 · 2 comments
Open

Detecting both hands #37

HelloEgg opened this issue Jan 11, 2020 · 2 comments

Comments

@HelloEgg
Copy link

Hi.
Thanks for the great work!
Can this network detect both hands at a time?
I couldn't find a code that can pose estimate both hands simultaneously from run.py.
So I manually masked one side of image if both hands are present.
Would this be only option for detecting 2 hands? or would there be a more convenient way?
Thankyou

@QuYJLeo
Copy link

QuYJLeo commented Mar 10, 2020

Hi.
Thanks for the great work!
Can this network detect both hands at a time?
I couldn't find a code that can pose estimate both hands simultaneously from run.py.
So I manually masked one side of image if both hands are present.
Would this be only option for detecting 2 hands? or would there be a more convenient way?
Thankyou

Hi0, Have you found a way to detect two hands? And How?

@HelloEgg
Copy link
Author

@QuYJLeo After trying various... methods, two methods seemed to work :

  1. Manually masking either side.
    Detecting one side of hand and masking other half of frame... very primitive method but somehow it did work. Note that naive masking may lose channel value which may cause the network to confuse correct hand position.
  2. Use Mano model (which is different project)
    I shifted to using MANO model (https://mano.is.tue.mpg.de/) which can detect both hands
    (I'm not sure if it offered both hands in github repo. I may have wrote my own code to port parameters. You may also need Openpose 2D pose estimation result)

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