yhjo09 / SR-LUT

173 stars 27 forks source link

The method to increase the receptive field #6

Closed gzhcv closed 2 years ago

gzhcv commented 2 years ago

Hi, The method to increase the receptive filed in this paper, actually, is rotating and padding. I'm trying to use the padding alone to increase the receptive filed, specifcally, padding the original image at (top or down) and (left or right) four times, and ensemble the results. (for example in the picture below, yellow area results will be ensembled). But the performance even obviously worse than the method that do not ensemble. It's strange, have you tried this method?

image

yhjo09 commented 2 years ago

Hi. I have not tried your approach, but I think you should train four different models for each receptive field, instead of training a single model.