Closed junshengzhou closed 2 years ago
Yes, the coordinates of raw points are lost. Please note that the point locations for trilinear interpolation are also quantized.
I'm closing this issue due to its inactivity. However, please feel free to reopen it if your problem persists.
Hi, Thanks for your great job! I have one question on the devoxelization process. I found that the coordinates of raw points is lost by applying
to get the voxelized coordinates. And only the voxelized coordinates are passed to the voxelization and devoxelization processes. So I wonder how to do trilinear interpolation for get point-specific features in devoxelization without their actual coordinates? Or are the features of different points that located in one voxel the same?