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
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: