jfzhang95 / PoseAug

[CVPR 2021] PoseAug: A Differentiable Pose Augmentation Framework for 3D Human Pose Estimation, (Oral, Best Paper Award Finalist)
MIT License
366 stars 57 forks source link

About number of joints #42

Closed vefalun closed 2 years ago

vefalun commented 2 years ago

Thank you for your excellent work. I want to know whether the shape of inputs_2d in the test_3dhp.npz is the (16,2)? If I want to test my own model in the 3dhp, but the input's shape of my model is (17,2), what should I do? Is it possible to multiply your Ct17 matrix directly here?