You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running demo.py results in the following error: "Error(s) in loading state_dict for TCMR: size mismatch for regressor.smpl.shapedirs: copying a param with shape torch.Size([6890, 3, 10]) from checkpoint, the shape in the current model is torch.Size([6890, 3, 300])."
The text was updated successfully, but these errors were encountered:
Please download the SMPL model with 10 PCA components, which are shape parameters, not with the 300. I think there is another version of SMPL in their website.
Running demo.py results in the following error: "Error(s) in loading state_dict for TCMR: size mismatch for regressor.smpl.shapedirs: copying a param with shape torch.Size([6890, 3, 10]) from checkpoint, the shape in the current model is torch.Size([6890, 3, 300])."
The text was updated successfully, but these errors were encountered: