Hiroyuki Sano
Results
2
comments of
Hiroyuki Sano
@kuaiqushangzixiba I encountered the same issue. However, in my case, `self.point_idx_per_pixel` was not empty. The problem was resolved by changing `self.sh_coordinates[self.point_idx_per_pixel]` to `self.sh_coordinates[self.point_idx_per_pixel.long()]`. In `sugar_model.py`, `self._surface_mesh_faces` is also used as...
Thank you. I'm looking forward to using the great feature.