DirectVoxGO
DirectVoxGO copied to clipboard
Do we need to init DenseGrid with random noise?
Thanks for your great work! I am reading your codes, and find that you init the DenseGrid with zero. Do we need to init DenseGrid with random noise? Just like how you did in TensoRFGrid.
https://github.com/sunset1995/DirectVoxGO/blob/341e1fc4e96efff146d42cd6f31b8199a3e536f7/lib/grid.py#L45