deforming-nerf
deforming-nerf copied to clipboard
Question for grid2world in plenoxels?
I read the code of the paper.
In svox2.py, I don't understand grid2world function.
roffset = self.radius * (1.0 / gsz - 1.0) + self.center
Why do I need to add self.radius * (1.0 / gsz)
?