Skip to content

Occupancy grid for Ray Sampling in NeRFs #377

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

You must be logged in to vote

Hi there, there exists a safeguard against zero-everywhere occupancy here:

float thresh = std::min(NERF_MIN_OPTICAL_THICKNESS(), *mean_density_ptr);

The threshold for setting a cell as occupied may never be larger than the mean density.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

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

This discussion was converted from issue #360 on March 23, 2022 15:23.