Hzzone / pytorch-openpose

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

How can I get a hand keypoint detector without body #4

Open MLsmaller opened 5 years ago

MLsmaller commented 5 years ago

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.

Hzzone commented 5 years ago

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.

MLsmaller commented 5 years ago

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.

Hzzone commented 5 years ago
  1. You should find it by yourself. 2. Yes, I do.
Brycetlm commented 4 years ago

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?