Skip to content

Occupancy grid for Ray Sampling in NeRFs #360

Description

@peerschuett

Hi,
thanks for you amazing work! I am trying to use your occupancy grid, that is explained in Section C.2 of your paper, for one of my models. But I am not sure how it exactly works. I understand the basic idea, that you want to skip empty cells and only consider occupied ones, but during the first training iterations the NeRF doesn't know what areas are occupied and what not, because the density values output from it are too small. If you would therefore update the grid immediately with the density values of this NeRF you wouldn't get any samples anymore, because the NeRF thinks that nearly everything is unoccupied (if I am not mistaken). How do you therefore decide when the network has enough knowledge?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions