bmild / nerf

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

MLP documentation #84

Open luluxin1987 opened 3 years ago

luluxin1987 commented 3 years ago

Why MLP uses fully-connected blocks instead of convolution blocks? What are the advantages of fully-connected blocks over convolution blocks?Could you elaborate on that.