hongsukchoi/TCMR_RELEASE

Running demo.py

Opened this issue · 1 comments

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])."

Hi @nagexiaochengzi,

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.