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

Custom Data Training for HybriK Clarification #203

Closed Dipankar1997161 closed 8 months ago

Dipankar1997161 commented 8 months ago

@wangzheallen, @Jeff-sjtu Thanks for the work. I have a simple query which I wish to ask.

Screenshot 2023-10-21 at 01 25 23

In the following file attached above, there are Train_SET and TEST_set mentioned.

Q1. I have my own dataset which is similar to the size of H36m and has SMPL, 3d and 2d points, do I still need to download all the datasets mentioned in the configs? I wish to train HybriK from scratch, so any help would be appreciated.

Q.2 While preparing the Train set, which all data is needed? SMPL, 3D joints, 2D joints, Camera Values?? If you can clarify this a bit, it would be much helpful.

Thank you once again