Arthur151 / ROMP

Monocular, One-stage, Regression of Multiple 3D People and their 3D positions & trajectories in camera & global coordinates. ROMP[ICCV21], BEV[CVPR22], TRACE[CVPR2023]
https://www.yusun.work/
Apache License 2.0
1.34k stars 229 forks source link

Estimated camera parameters #448

Closed jamesyoung0623 closed 1 year ago

jamesyoung0623 commented 1 year ago

Discussed in https://github.com/Arthur151/ROMP/discussions/447

Originally posted by **jamesyoung0623** June 1, 2023 Hello, Thank you for the great work! I want to ask how to construct the intrinsic and extrinsic parameters from the data in saved npz files. There are items like cam, global_orient, center_preds, center_confs, and cam_trans but I don't know how to construct the intrinsic and extrinsic parameters with these data. Can someone help? Thanks in advance.
Dipankar1997161 commented 1 year ago

Discussed in #447

Originally posted by jamesyoung0623 June 1, 2023 Hello, Thank you for the great work! I want to ask how to construct the intrinsic and extrinsic parameters from the data in saved npz files. There are items like cam, global_orient, center_preds, center_confs, and cam_trans but I don't know how to construct the intrinsic and extrinsic parameters with these data. Can someone help? Thanks in advance.

I believe this comment can help you https://github.com/Arthur151/ROMP/issues/421#issue-1600146589

jamesyoung0623 commented 1 year ago

Thanks a lot!