Open mzillag opened 2 years ago
Hi, I have not implemented this. I imagine you can generate the coordinates for each voxel in the grid using torch.meshgrid and check if the density value is greater than some number
torch.meshgrid
Hi, I have not implemented this. I imagine you can generate the coordinates for each voxel in the grid using
torch.meshgrid
and check if the density value is greater than some number