LansburyCH / relightable-nr

A Neural Rendering Framework for Free-Viewpoint Relighting (CVPR 2020)
Other
115 stars 25 forks source link

calib.mat #5

Open myshiop opened 3 years ago

myshiop commented 3 years ago

Hi@LansburyCH, I want to reproduce the paper with my own model data, but I don't know how to make calib.mat, Could you please tell me the meaning of each parameter in this calib.mat?

LansburyCH commented 3 years ago

projs is camera intrinsics, poses is camera extrinsics, dist_coeffs is camera distortion coefficients, and img_hws is the height and width of images. global_RT is a transformation matrix that is applied to mesh before applying camera extrinsics.

myshiop commented 3 years ago

Thanks a ton for this!