bmild / nerf

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

About network design: why do you concat x second times #197

Open xiaobiaodu opened 1 year ago

xiaobiaodu commented 1 year ago

HI

Thanks for your excellent work. I saw the MLP you designed concatenating the input position x after several mlp layers. I am confused about that and might need your explanation. What if we only use the input position one time?