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.17k stars 142 forks source link

Demo code for res34 version? #125

Open pixelite1201 opened 1 year ago

pixelite1201 commented 1 year ago

Hello,

Do you have a demo code that supports the version used in paper?

Jeff-sjtu commented 1 year ago

Hi, you can change the corresponding config file and checkpoint path in the demo code to switch the model.

lucasjinreal commented 1 year ago

@Jeff-sjtu Hello, seems resnet34 无法加载:

        Missing key(s) in state_dict: "decsigma.weight", "decsigma.bias".

你更新了模型,却没有更新res34的权重/