argoverse / av2-api

Argoverse 2: Next generation datasets for self-driving perception and forecasting.
https://argoverse.github.io/user-guide/
MIT License
307 stars 71 forks source link

Find k1,k2,k3 in intrinsics, but not used in api #219

Closed zzj403 closed 10 months ago

zzj403 commented 11 months ago

In intrinsics.feather , I can see k1 k2 and k3. I think they should be used for calibration, but they are not used in the api. I wonder the reason. Is this because you have used them to tune the images, so it is no need to use them again?

benjaminrwilson commented 10 months ago

Hi @zzj403,

k1-k3 are the radial distortion coefficients. The images provided in the dataset have already been undistorted, so they are not used in the API.

Hope this helps,

Ben

zzj403 commented 10 months ago

Nice! Thanks for your response!