bmild / nerf

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

The activation function for last two layers #137

Open henry123-boy opened 2 years ago

henry123-boy commented 2 years ago

I saw that in the your supplementary material, the alpha_out and RGB are processed by a Relu layer with 128 channels , and final output are processed with a sigmoid activation; but in your codes, there is no sigmoid, i want to solicit the reason.

NakuraMino commented 2 years ago

62