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.21k stars 147 forks source link

How to train model with HRNet-48 from scratch? #115

Open linjing7 opened 2 years ago

linjing7 commented 2 years ago

Hi, thanks for your excellent work. I try to train model with HRNet-48 from scratch, but suffer from the following error: No such file or directory: './exp/hrnetw48_ckpt13.pth' Could you please tell me how to deal with it?

Britton-Li commented 1 year ago

Hi, thanks for your excellent work. I try to train model with HRNet-48 from scratch, but suffer from the following error: No such file or directory: './exp/hrnetw48_ckpt13.pth' Could you please tell me how to deal with it?

Hi, I'm having the same problem as you. Have you solved it now?

Jeff-sjtu commented 1 year ago

Hi @linjing7 @leo-debug-lab, you can just set PRETRAINED: '' in the config file to train the model from scratch.