Jeff-sjtu / HybrIK

Official code of "HybrIK: A Hybrid Analytical-Neural Inverse Kinematics Solution for 3D Human Pose and Shape Estimation", CVPR 2021
MIT License
1.16k stars 142 forks source link

resnet34 model can not be loaded #160

Open lucasjinreal opened 1 year ago

lucasjinreal commented 1 year ago

the pretrained weights provided can not be loaded:

RuntimeError: Error(s) in loading state_dict for Simple3DPoseBaseSMPLCam:
        Missing key(s) in state_dict: "decsigma.weight", "decsigma.bias".
kenshin20080-lab commented 1 year ago

我也一样,估计是demo里写死了只能读HRNet模型,等作者答复吧

Evm7 commented 8 months ago

Hi! same here. It would be great if the authors could upload the correct weighs as currently we can not work with ResNet34!