Closed xz0305 closed 7 months ago
The first dimension of self.binding
should be consistent with the number of points. As the number of points grows during the optimization, self.binding
will also grow.
However, this change of size is caused by Adaptive Density Control instead of the line you quoted.
The initial dimension of binding is 10144, which changes to 62451 after the following step. Is this caused by the number of point clouds?
self.binding = torch.tensor(binding, dtype=torch.int32, device="cuda").squeeze(-1)