Pose-REN icon indicating copy to clipboard operation
Pose-REN copied to clipboard

Can I test both hands?

Open MLsmaller opened this issue 6 years ago • 1 comments

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?

MLsmaller avatar Aug 07 '19 08:08 MLsmaller

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.

xinghaochen avatar Aug 07 '19 12:08 xinghaochen