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

How can I get the index of downsample points? #564

Open Leon1207 opened 12 months ago

Leon1207 commented 12 months ago

After spconv with downsampling, how should I get the index of the points in the original pointcloud after downsampling? Thanks!