akanazawa/hmr

how to get theta for original image

Closed this issue · 1 comments

Hi,
Nice work. So many application for this. Found hmr as a base in many repositories.
My image is of some different size like 5601640 (widthheight). Obtained theta (cams,pose,shape) are for size 224*224 . How to regain the values of theta for pose, shape parameters??

Thanks in advance.
Regards,
SandhyaLaxmi

The theta and beta are independent of the camera, so they should not change. If you want the camera parameters in the original input image, this function computes that. If you send in the 2D joints to determine the location of the person as described, it should already render the person in the original input image resolution.