Closed whwh747 closed 4 months ago
Hello @whwh747. Yes, you are right. We sum up the interpolated features from different voxel levels to fuse the multiresolution information. This is implemented by maintaining one hash table in each voxel level rather than searching in a tree structure.
i got it,thank you!
Thank you for your excellent work. In an octree, does each node correspond to a voxel with voxel embeddings on all eight vertices, and is multiresolution achieved by connecting the embeddings of leaf nodes and their ancestor nodes?