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
When I tried to run the demo.py, this error occured. The input model is from "checkpoint_49_cocoeft.pth".
Any method to solve this?
'''
RuntimeError: Error(s) in loading state_dict for HRNetSMPLCam:
size mismatch for smpl.shapedirs: copying a param with shape torch.Size([6890, 3, 10]) from checkpoint, the shape in current model is torch.Size([6890, 3, 300]).
'''
The text was updated successfully, but these errors were encountered:
When I tried to run the demo.py, this error occured. The input model is from "checkpoint_49_cocoeft.pth".
Any method to solve this?
'''
RuntimeError: Error(s) in loading state_dict for HRNetSMPLCam:
size mismatch for smpl.shapedirs: copying a param with shape torch.Size([6890, 3, 10]) from checkpoint, the shape in current model is torch.Size([6890, 3, 300]).
'''
The text was updated successfully, but these errors were encountered: