nianticlabs / diffusionerf

[CVPR 2023] DiffusioNeRF: Regularizing Neural Radiance Fields with Denoising Diffusion Models
MIT License
287 stars 15 forks source link

About LLFF_DEFAULT_PSEUDO_INTRINSICS #20

Open XLR-man opened 2 months ago

XLR-man commented 2 months ago

LLFF_DEFAULT_PSEUDO_INTRINSICS = Intrinsics( fx=700., fy=700., cx=512., cy=384., width=1024, height=768, ) How did you get this variable? Is it the average of the data for each scene in the dataset?