TCMR_RELEASE icon indicating copy to clipboard operation
TCMR_RELEASE copied to clipboard

Running demo.py

Open nagexiaochengzi opened this issue 1 year ago • 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])."

nagexiaochengzi avatar Sep 05 '23 07:09 nagexiaochengzi

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.

hongsukchoi avatar Oct 04 '23 23:10 hongsukchoi