You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sparse_{collate,quantize} now needs to be imported from torchsparse.utils.{collate,quantize}.
sparse_quantize now takes in coords, voxel_size (defaults to 1.0), return_index (defaults to False) and return_inverse (defaults to False) as input, and returns the quantized coords as well as indices and inverse_indices (if requested).
transpose is renamed as transposed for torchsparse.nn.Conv3d and torchsparse.nn.functional.conv3d.
KernelRegion is removed and replaced with get_kernel_offsets (in torchsparse.nn.utils).