torchsparse icon indicating copy to clipboard operation
torchsparse copied to clipboard

[Feature Request] Generate Conv3D results on another set of coordinates?

Open tortoiseknightma opened this issue 1 year ago • 0 comments

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.

tortoiseknightma avatar Jun 05 '24 03:06 tortoiseknightma