CMU-Perceptual-Computing-Lab / openpose_caffe_train

Modified Caffe version for https://github.com/CMU-Perceptual-Computing-Lab/openpose_train

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hand keypoint train

mingx9527 opened this issue · comments

Hi @gineshidalgo99
Thanks for your sharing sincerely! I try training hand keypoint model on myself dataset, get into trouble:

Issue summary

  • poseModel.hpp don't define "hand model (only hand21)" that mean the code nonsupport hand train??

  • you share "hand model" in openpose, but in inference it only has right hand, left hand is mirrored to right hand, is there any benefit to training like this???

looking forward to your reply!
thanks!

Sorry, hand can only be trained together with BODY_135. I do not have the code for hand standalone, as that was made with https://arxiv.org/abs/1602.00134. Although this code should be modifiable to allow PAF hand-only in theory.