torchsparse
torchsparse copied to clipboard
[Feature Request] Generate Conv3D results on another set of coordinates?
Is there an existing issue for this?
- [X] I have searched the existing issues
Current Behavior
Does TorchSparse support generate Conv3D() results on another set of coordinates? Which means calling forward(input, coords), and the output is a sparse tensor with the same coordinates as coords, but the features are computed with corresponding features on input.