Hzzone / pytorch-openpose

pytorch implementation of openpose including Hand and Body Pose Estimation.
2.07k stars 395 forks source link

Does the repo support hand dectection? #35

Closed zc-alexfan closed 1 year ago

zc-alexfan commented 4 years ago

The description seems to suggest that the hand pose detection is conditioned on the body pose detection. However, in the demo image, it shows a standalone detected hand. I guess my question is: given an image of only a hand, can the model detect it? Because the original OpenPose does not.