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

How to implement nearest interpolation for upsampling in segmentation network? #449

Open zhangzihui247 opened 2 years ago

zhangzihui247 commented 2 years ago

Hello thanks for this great work. I want to know how to implement nearest interpolation for upsampling in segmentation network.

Could you give me an example?, I wan to do nearest up-sampling in 3D segmentation task.