open-mmlab / mmpose

OpenMMLab Pose Estimation Toolbox and Benchmark.
https://mmpose.readthedocs.io/en/latest/
Apache License 2.0
5.91k stars 1.26k forks source link

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

Open wpf89928 opened 1 year ago

wpf89928 commented 1 year ago

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

Ben-Louis commented 11 months ago

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