shubham-goel/4D-Humans

camera global coordinates

Closed this issue · 1 comments

Hi, thank you for the amazing work!
Is there an easy way to get camera location information in global coordinates?

The pred_cam variable returns the translation of the person for a camera capturing the local bounding box.
The pred_cam_t_full variable returns the translation of the person for a camera capturing the whole image.
In both cases, we assume that the camera is at (0,0,0).

If I understand correctly, the pred_cam_t_full translation is what you need?