Closed freedenS closed 2 years ago
can you check the tensors are in the correct shape? the shapes at my end are
In [1]: betas.shape
Out[1]: torch.Size([1, 10])
In [2]: shape_disps.shape
Out[2]: torch.Size([6890, 3, 10])
In [3]: torch.einsum('bl,mkl->bmk', [betas, shape_disps]).shape
Out[3]: torch.Size([1, 6890, 3])
i got the different shape
betas.shape
torch.Size([1, 10])
shape_disps.shape
torch.Size([6890, 3, 300])
i use wrong version of neutral SMPL weights. but there is no netural in 1.0.0
Download neutral SMPL weights(SMPLIFY_CODE_V2.ZIP) from SMPLify, extract basicModel_neutral_lbs_10_207_0_v1.0.0.pkl and rename it to SMPL_NEUTRAL.pkl.
thank you for your reply!
ths for you excellent work! i follow the guide, but met this error