Closed AOtrans closed 2 years ago
@AOtrans Thanks for report this error, xyz of gt lane line means points in camera coordinate
we have fixed his error in documentation.( https://github.com/OpenPerceptionX/OpenLane/commit/1e8e61ccb456232955cf999b8db2aa4023945d25).
Hi, I have a question, if xyz are obtained by transforming point cloud into camera coordinate, how can it be accurate without considering distortion when projecting xyz into image?and as far as I know, images in waymo dataset are distorted.
Hi author, I used this code to do 3D point projection to uv, the result seems right in uv image but this code does not use extrinsic from json file, I wondered if xyz means points in Sensor coordinate instead of Vehicle coordinate(s[u v 1]T = KE[x, y, z, 1]T) which mentioned here