xiexh20 / behave-dataset

Code to access BEHAVE dataset, CVPR'22
https://virtualhumans.mpi-inf.mpg.de/behave/
Other
141 stars 6 forks source link

Camera matrix - Should the distortion params be incorporated? #5

Closed mnauf closed 1 year ago

mnauf commented 2 years ago

I am using a very simple camera matrix [[fx, 0, cx], [0, fy, cy], [0, 0, 1]]

Should any other distortion parameters be incorporated like tangential and radial distortion?

xiexh20 commented 2 years ago

the distortion coefficients are stored in the intrinsic calibration files calibs/intrinsics/*/calibration.json. However, some differentiable renderer does not support these coefficients (e.g. pytorch3d). So I simply don't use them in rendering.