pytorch-openpose icon indicating copy to clipboard operation
pytorch-openpose copied to clipboard

How can I get a hand keypoint detector without body

Open MLsmaller opened this issue 6 years ago • 4 comments

Hello, I want to get a hand keypoint detector without body, is this paper---Hand keypoint detection in single images using multiview bootstrapping not open source? I want to know and learn how it is trained and view the model of the network, the openpose project seems to provide only the code to detect the body. can you give me some guidance?Thany you very much.

MLsmaller avatar Apr 26 '19 07:04 MLsmaller

Well, you should firstly read the paper "Hand Keypoint Detection in Single Images using Multiview Bootstrapping" by yourself. openpose detects hand by the result of body pose estimation, if you don't want to detect body before detecting hand keypoints, you should train a hand detection model by yourself.

Hzzone avatar Apr 27 '19 05:04 Hzzone

I know what you mean. But I wanted to find an open source project to work on a model that could train hands.Could you please tell me whether there is a project on github on the keypoints of open source detection hands for me to learn? Do you need body parts for the key points detection of this project? I sincerely hope to get your reply.

MLsmaller avatar Apr 29 '19 01:04 MLsmaller

  1. You should find it by yourself. 2. Yes, I do.

Hzzone avatar Apr 29 '19 02:04 Hzzone

I have a similar problem and want to recognize hand gestures directly. I noticed that there is an ipynb file in the file, but it does not work. Is it not finished yet?

Brycetlm avatar Mar 28 '20 06:03 Brycetlm