a-lemus96 / fs-nerf

PyTorch implementation for experimenting with frequency regularized Neural Radiance Fields.
1 stars 0 forks source link

[bug]: Rays not being converted to NDC #32

Closed a-lemus96 closed 9 months ago

a-lemus96 commented 9 months ago

It is necessary to include NDC conversion when rendering frames, as ray computation is performed outside of the dataset, where NDC rays where already computed. This problem has to be solved for the current architecture, but it will be addressed more formally in #31.