bmild / nerf

Code release for NeRF (Neural Radiance Fields)
http://tancik.com/nerf
MIT License
9.83k stars 1.37k forks source link

Why uniform sampling in disparity affects performance w.r.t. positional encoding #160

Open NagabhushanSN95 opened 2 years ago

NagabhushanSN95 commented 2 years ago

For the LLFF forward facing scenes, ndc is used. Issue-18 says that with disparity sampling, higher frequencies of positional encoding confuses NeRF. In that case, why not input inverse z as input to the positional encoder instead of z?