sunset1995 / DirectVoxGO

Direct voxel grid optimization for fast radiance field reconstruction.
https://sunset1995.github.io/dvgo
Other
1.05k stars 110 forks source link

why llff data need set ndc=True #14

Open akk-123 opened 2 years ago

akk-123 commented 2 years ago

llff_config set ndc=True, why llff type data type ndc=True, but other datatype set ndc=False

sunset1995 commented 2 years ago

To warp the unbounded forward-facing frustum to bounded bbox. You can find NeRF's supplementary material Sec.C for the detail about the NDC.

akk-123 commented 2 years ago

@sunset1995 thanks, do you try directvoxgo on real scene(not llff, nsvf, and so on) I take photo on common object like book,shoes(80 images per scene, 360 degree),for better result,I use segmentation first to remove bg like nsvf , but render result is still worse