nerfstudio-project / nerfacc

A General NeRF Acceleration Toolbox in PyTorch.
https://www.nerfacc.com/
Other
1.39k stars 115 forks source link

initial values for OccupancyGrid #93

Closed ghost closed 2 years ago

ghost commented 2 years ago

I have a quick question out of curiosity regarding the initial values for OccupancyGrid.

Do the initial values from some prior geometries for OccupancyGrid accelerate the process? did you try it? Thanks in advance!

liruilong940607 commented 2 years ago

You may actually want to the initialize the radiance field network instead of the occupancy grid, as the occupancy grid is designed to synchronize with the radiance field network.

ghost commented 2 years ago

OK. Thanks!

Abc11c commented 1 year ago

Hi,

I want to force render some parts present in the occupancy grid, I'm looking for something like here.

But I'm working on v3.5 (1x occ_grid) any ideas how to proceed ?

need something during eval, similar to occ_eval_fn to update the states of the grid points in training

Thanks!