akanazawa / hmr

Project page for End-to-end Recovery of Human Shape and Pose
Other
1.54k stars 395 forks source link

how to get theta for original image #120

Closed sandhyalaxmiK closed 4 years ago

sandhyalaxmiK commented 4 years ago

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

akanazawa commented 4 years ago

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.