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

code for evaluation #9

Closed gravitychen closed 3 years ago

gravitychen commented 3 years ago

great work!

can you share the preprocess code for 3DPW?

thank you very much

Garfield-kh commented 3 years ago

Thanks for your interest! We adopt the preprocess code for 3DPW from SPIN. And then convert the preprocessed data to 16 joints definitions with a similar procedure as prepare_data_3dhp.py.

Hope this helps.

gravitychen commented 3 years ago

Thank you very much for your great work!