hongsukchoi / TCMR_RELEASE

Official Pytorch implementation of "Beyond Static Features for Temporally Consistent 3D Human Pose and Shape from a Video", CVPR 2021
MIT License
287 stars 39 forks source link

Running demo.py #46

Open nagexiaochengzi opened 1 year ago

nagexiaochengzi commented 1 year ago

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

hongsukchoi commented 11 months ago

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.