[NeurIPS 2023 Track Datasets and Benchmarks] OpenLane-V2: The First Perception and Reasoning Benchmark for Road Driving
556
stars
66
forks
source link
Question about the camera parameter transformation when resize the front view. #44
Closed
YuanxianH closed 1 year ago
Hi! Thank you for your contribution and I read your code carefully. My question is why
lidar2cam_rt
was transposed. (See in below link.)https://github.com/OpenDriveLab/OpenLane-V2/blob/ddfcc55b871b490288815daf479e4224004148bf/plugin/mmdet3d/baseline/datasets/pipelines/transforms.py#L78
As far as I know, the resize operation of the image will only change its intrinsic, and its extrinsic should be kept the same.