Hi, first of all thank you for your dedication on this research area. It was really helped for me. But here's what I'm qurious about. I've made 3D model to classify the retinal disease, and I just extract the output of attention map which size is 8x6x6 from 256x192x192. I needed to use your interpolation function to make the attention map has sames shape with raw_input. The point is raw input data include a lot of zero values which is not considered in interpolating code. It means, even though zero area, attention map has been interpolated. So, is the any function that makes a proper interpolation based on the masked area?
Hi, first of all thank you for your dedication on this research area. It was really helped for me. But here's what I'm qurious about. I've made 3D model to classify the retinal disease, and I just extract the output of attention map which size is 8x6x6 from 256x192x192. I needed to use your interpolation function to make the attention map has sames shape with raw_input. The point is raw input data include a lot of zero values which is not considered in interpolating code. It means, even though zero area, attention map has been interpolated. So, is the any function that makes a proper interpolation based on the masked area?