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

How to train model with predicted camera? #93

Open Lihit opened 1 year ago

Lihit commented 1 year ago

Could you please provide the training script? Thanks

Jeff-sjtu commented 1 year ago

Thanks for your interest in our work. The training code of the original version (in the paper) is already released. The training code of the improved model with the camera prediction will be released soon.

shaoguowen commented 1 year ago

Thanks for your reply! I'm looking forward to it. BTW, why the nThreads needs to be set to 0?

Jeff-sjtu commented 1 year ago

Hi @shaoguowen, it is not necessary to set nThreads=0.

shaoguowen commented 1 year ago

Hi, I found the training code with camera prediction has been released. Could you release your training annotation of 3DPW? Thanks a lot!

Jeff-sjtu commented 1 year ago

Hi, I found the training code with camera prediction has been released. Could you release your training annotation of 3DPW? Thanks a lot!

Hi, the link in README has been updated.

shaoguowen commented 1 year ago

Thank you!