cszn / USRNet

Deep Unfolding Network for Image Super-Resolution (CVPR, 2020) (PyTorch)
https://cszn.github.io/
865 stars 115 forks source link

How to use the model for unknown images? #8

Closed QuantumLiu closed 4 years ago

QuantumLiu commented 4 years ago

Accroding to your descriptions and codes, the model need noise level and blur kernel as inputs. But we don't know these two params for an unknown images. So how can we use it for real applications?

cszn commented 4 years ago

USRNet is a non-blind SR method. You need to use other methods to estimate the blur kernel.