sxyu / svox2

Plenoxels: Radiance Fields without Neural Networks
BSD 2-Clause "Simplified" License
2.79k stars 360 forks source link

How can I get the index of the grid.sh_data.data in svox2.SparseGrid after grid.load() ? #59

Open laulampaul opened 2 years ago

laulampaul commented 2 years ago

I run the code and I face a problem. When I load the grid (use grid.load() ) it seems to the size of grid.sh_data.data is not 256 256 256, which reduce the parameters. I I want to get the index of these data and how can I achieve this ? Thank you.

QiukuZ commented 2 years ago

Due to the application of sparse grid, not all N**3 grids are stored in the grid. I think you can find what you want at grid.links