Open ShuangjunLiu opened 4 years ago
Same question. If we do not use vposer, body_model.reset_params(body_pose=body_mean_pose)
will fail since body_mean_pose is with dim=69 rather than 63
hi @ShuangjunLiu I meet the same problem. Do you find any clues to solve this problem?
For vposer, body_mean_pose
is 32 dim which is different with 69 dim. Also would got an error. @lawy623
I ran the code with
fit_smplx.yaml
with gmm prior. Piror file is from simplify project "gmm_08.pkl".Test images and keypoints are from ETH evaluation set.
There is a tensor size mismatch error. It seems that the prior mean is too large (69) to fit into the model with (size 63 tensor).
error