cszn / USRNet

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

By setting the scale factor to 1, USRNet can handle deblurring problem. #42

Open glorioustory opened 7 months ago

glorioustory commented 7 months ago

Hello , thank you for your outstanding work. For the deblurring part, I set it as follows and used the tiger image in the instructions, but it did not achieve the desired effect. What is the reason? test_image = 'tiger.png' # 'chip.png', 'comic.png' sf = 1 # scale factor, only from {1, 2, 3, 4} ![Uploading tiger_x1_usrnet_LE.png…]()

glorioustory commented 7 months ago

![Uploading tiger_x1_usrnet_LE.png…]()