You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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?
@QuYJLeo After trying various... methods, two methods seemed to work :
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.
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)
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
The text was updated successfully, but these errors were encountered: