OpenDriveLab / OpenLane

[ECCV 2022 Oral] OpenLane: Large-scale Realistic 3D Lane Dataset
Apache License 2.0
492 stars 46 forks source link

Issue about "extrinsic":<float> [4, 4] -- camera extrinsic matrix #60

Closed onionysy closed 1 year ago

onionysy commented 1 year ago

We know that the external parameter is the transformation relationship between the camera and the ground coordinate system. When annotating data, how are extrinsic matrix annotated? extrinsic matrix = [[cos(cam_pitch), 0, -sin(cam_pitch), 0], [0, 1, 0, 0], [sin(cam_pitch), 0, cos(cam_pitch), h], [0, 0, 0, 1]] Is that how I understand it?

homothetic commented 1 year ago

i think that the original cam_extrinsics in JSON file transforms camera coordinate system to vehicle coordinate system

YuEn-git commented 1 year ago

i think that the original cam_extrinsics in JSON file transforms camera coordinate system to vehicle coordinate system

Thank you for your answers. They have been very helpful to me. However, I am confused about how you arrived at that conclusion. Could you please tell me where you found that information? Is it in Waymo's documents?

RicardLee commented 1 year ago

It's in Waymo's github issue24.