NVIDIA / MinkowskiEngine

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

About nearst interpolation #425

Open suyunzzz opened 2 years ago

suyunzzz commented 2 years ago

hello, thans for this library.

i want to know how to do a nearst interpolation Ops, by this Ops i can get high resolution voxel feats from low resolution voxel feats, i know PoolingTranspose can do this, but i dont know how to get nearst feast.

ajhamdi commented 2 years ago

same issue for me