motional / nuplan-devkit

The devkit of the nuPlan dataset.
https://www.nuplan.org
Other
662 stars 126 forks source link

sensor calibration data #325

Closed qiang-sean-liu closed 1 year ago

qiang-sean-liu commented 1 year ago

Hi,

Thank you for releasing the sensor dataset. Where can I find the intrinsics of the cameras and the extrinsics between the sensors and the VCS?

Thanks!

Sean

patk-motional commented 1 year ago

Hi @qiang-sean-liu,

For a given DB file you can call this function get_cameras(). That should return a Camera class that exposes the extrinsics of the camera. Hope that helps.