cszn / SRMD

Learning a Single Convolutional Super-Resolution Network for Multiple Degradations (CVPR, 2018) (Matlab)
http://openaccess.thecvf.com/content_cvpr_2018/papers/Zhang_Learning_a_Single_CVPR_2018_paper.pdf
422 stars 80 forks source link

Grid search strategy #7

Closed lukk47 closed 5 years ago

lukk47 commented 5 years ago

For the experiments on real images, a grid search strategy is used as the degradation info. Would you please help provide more details? Thanks

cszn commented 5 years ago

You can use for-loop to produce multiple outputs and choose the best one. Alternatively, you should estimate the blur kernel first.

splinter21 commented 5 years ago

What's the definition of "the best one"?