mit-han-lab / torchsparse

[MICRO'23, MLSys'22] TorchSparse: Efficient Training and Inference Framework for Sparse Convolution on GPUs.
https://torchsparse.mit.edu
MIT License
1.15k stars 131 forks source link

Does Torchspark support deformable convolution ? #260

Closed huohuohuohuohuohuohuohuo closed 6 months ago

huohuohuohuohuohuohuohuo commented 8 months ago

Does Torchsparse++ support the deformable convolution ?

ys-2020 commented 8 months ago

Hi. Currently we do not support deformable convolution in TorchSparse/TorchSparse++, since the deformable convolution remains under-explored in the domain of sparse convolution. However, if there are some break-throughs from the algorithm side, demonstrating the effectiveness of sparse deformable convolution, we will definitely support this operator.