HongwenZhang / PyMAF-X

[TPAMI 2023] PyMAF-X: Towards Well-aligned Full-body Model Regression from Monocular Images
https://www.liuyebin.com/pymaf-x
Other
196 stars 27 forks source link

xyz offsets? #6

Open azadis opened 1 year ago

azadis commented 1 year ago

Hi, Thanks for the great work. Is there an option/operation to estimate a single xyz offset of a person's location in each image from center of the image?

HongwenZhang commented 1 year ago

Hi, sorry for the late response. The offset translation can be roughly obtained from: https://github.com/HongwenZhang/PyMAF-X/blob/smplx/apps/demo_smplx.py#L369

Or, using other tools like RootNet is also feasible.