nerf-pytorch icon indicating copy to clipboard operation
nerf-pytorch copied to clipboard

A small bug

Open Zhiyuan-R opened this issue 2 years ago • 1 comments

It may miss relu layer to the output of the alpha. In current implementation, the alpha can be negative!

Zhiyuan-R avatar Oct 28 '22 19:10 Zhiyuan-R

Actually, the output of NeRF raw is applied ReLU in this line: https://github.com/yenchenlin/nerf-pytorch/blob/223fe62d87d641e2bb0fb5bdbbcb6dad5efb2af3/run_nerf.py#L275

Xzzit avatar Jan 07 '23 02:01 Xzzit