recasens / Saliency-Sampler

The saliency-based is a distortion layer for convolutional neural networks that helps to improve the spatial sampling of input data for a given task.
163 stars 23 forks source link

sigma for the Gaussian Kernel #6

Open sposso opened 2 years ago

sposso commented 2 years ago

Hi, I have a short question. The paper says you use a gaussian kernel with a sigma set to one-third of the width of the saliency map. Has the saliency map the same size as the grid size defined in the saliency sampler class?, or I should check the output size of the saliency network to set the sigma value

Thank you in advance!