Repository for the paper "Learning to Reconstruct 3D Human Pose and Shape via Model-fitting in the Loop"
822
stars
172
forks
source link
Where do J_regressor_extra/h36m.npy come from? and where do extra/h36m-keypoints locate in the human-body? #110
Open
Tyushang opened 3 years ago
Hi, I got a dataset of different keypoints from standard SMPL, and I want to use this dataset to train a net which output SMPL params.
so I wonder Where do J_regressor_extra/h36m.npy come from? and where do extra/h35m-keypoints locate in the human-body?
The SMPL paper said: the joint regressor is obtained by training, so if I want another keypoint, should we retraining the SMPL model?
any help will be appreciated! Thanks.