deforming-nerf icon indicating copy to clipboard operation
deforming-nerf copied to clipboard

Question for grid2world in plenoxels?

Open SCUTykLin opened this issue 1 year ago • 0 comments

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)?

SCUTykLin avatar Apr 30 '23 11:04 SCUTykLin