Thinklab-SJTU/Bench2Drive

Questions About Camera Extrinsics

Opened this issue · 2 comments

Hi,

In the b2d_infos_train.pkl file, is the 'world2cam' matrix the extrinsics of the camera (consisting of the rotation and translation submatrices)? If so, why is it changing? Thanks.

@ymoghadd World2cam is the transition from the global coordinate to the camera coordinate. It is not the camera extrinsics.

@zhiyuanzzz Thanks. Then where in the data can I get the camera extrinsics, specifically the matrix consisting of the rotation and translation submatrices? I just assumed it was world2cam, since it's also a 4x4 matrix.