Skip to content

What's the activation between the density network & color network in NeRF applications? #167

Answered by Tom94
shaform asked this question in Q&A
Discussion options

You must be logged in to vote

Yes, there's no activation on the density network's output.

I did briefly try a ReLU (because I also found not having an activation a little unsatisfactory), but couldn't observe any improvement. If you'd like to try it yourself, you can uncomment line 69 of nerf_network.h

// #define RELU_NON_DENSITY

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Tom94
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants