Neural Sparse Voxel Fields

less than 1 minute read

Published:

maintain an octree

  • aabb intersection test: to be checked -> done!
  • rejection sampling based on sparse voxels
  • self-pruning periodically
    • code -> facebook framework, hard to adapt