mmpose icon indicating copy to clipboard operation
mmpose copied to clipboard

[Feature] only one hand dected when two hands overlapped or crossed

Open wpf89928 opened this issue 2 years ago • 1 comments

What is the feature?

Hi, very excellent work!

Just curious if any solution for the case where the two hands are overlapping or crossing.

I tried the published hand-5 model, and it only gives keypoints of one hand. Can you advise how to solve this case?

Thanks!

image

Any other context?

No response

wpf89928 avatar Oct 12 '23 10:10 wpf89928

Sorry for the late reply. The hand models currently used in MMPose employ top-down methods, which consider the area within the hand bounding boxes as a single hand, even if there are two hands present in the box. You can try RTMW models for wholebody pose estimation, handle scenarios with two hands

Ben-Louis avatar Dec 22 '23 10:12 Ben-Louis