Designing a Practical Degradation Model for Deep Blind Image Super-Resolution
Paper
•
2103.14006
•
Published
BSRGAN: Designing a Practical Degradation Model for Deep Blind Image Super-Resolution .
BSRGAN-Pip: Packaged version of the BSRGAN repository
Paper Repo: Implementation of paper - BSRGAN
pip install bsrgan
from bsrgan import BSRGAN
model = BSRGAN(weights='kadirnar/bsrgan', device='cuda:0', hf_model=True)
model.save = True
pred = model.predict(img_path='data/image/test.png')
@inproceedings{zhang2021designing,
title={Designing a Practical Degradation Model for Deep Blind Image Super-Resolution},
author={Zhang, Kai and Liang, Jingyun and Van Gool, Luc and Timofte, Radu},
booktitle={IEEE International Conference on Computer Vision},
pages={4791--4800},
year={2021}
}