zju3dv / ENeRF

SIGGRAPH Asia 2022: Code for "Efficient Neural Radiance Fields for Interactive Free-viewpoint Video"
https://zju3dv.github.io/enerf
Other
413 stars 28 forks source link

Is camera radial distortion taken into account? #54

Closed roxanneluo closed 6 months ago

roxanneluo commented 8 months ago

Hi,

Thanks for the great paper and sharing the codebase!

Some scenes like the LLFF ones have radial distortion in the camera parameters. Are radial distortion taken into account anyhow? For example, is there any undistorting the inputs, or somehow modeling radial distortion in constructing the rays?

Xuan

haotongl commented 8 months ago

Hi, thanks for your attention! The LLFF data provided by NeRF paper does not have any distortions. For other datasets (e.g. ZJU-MoCap, ENeRF-Outdoor), the camera radial distortion are taken into account. The images are first undistorted, and then the rays and their corresponding RGB values are calculated to supervise ENeRF.