NVIDIA / MinkowskiEngine

Minkowski Engine is an auto-diff neural network library for high-dimensional sparse tensors
https://nvidia.github.io/MinkowskiEngine
Other
2.43k stars 360 forks source link

Coordinate generation given a kernel size without actual operation #483

Open gfkri opened 2 years ago

gfkri commented 2 years ago

Hi, thank you for your nice work. Is there any possibility for a coordinate generation (with expand_coordinates) given a kernel size without calling the actual operation e.g. convolution? If I understand this right, it is the functionality of stride_region, but there is no python interface, right? Thanks a lot in advance, BR Georg