xingyizhou / pytorch-pose-hg-3d

PyTorch implementation for 3D human pose estimation
GNU General Public License v3.0
614 stars 143 forks source link

question of the num of keypoints in image? #53

Open Keysmis opened 5 years ago

Keysmis commented 5 years ago

Hi, i want inference an image of half body, is there some changes i should make? cause i found that when the person is not full, the 2d inference cause mistakes.

xingyizhou commented 5 years ago

Hi, In this case, our pre-trained model will fail since it is trained on full body. You can try to retrain the network by changing the crop parameters to encourage more half body training data, but I haven't tried and not sure if it will work.