Model Description

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

Installation

pip install bsrgan

BSRGAN Usage

from bsrgan import BSRGAN

model = BSRGAN(weights='kadirnar/BSRGANx2', device='cuda:0', hf_model=True)
model.save = True

pred = model.predict(img_path='data/image/test.png')

BibTeX Entry and Citation Info

@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}
}
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API: The model has no library tag.

Space using kadirnar/BSRGANx2 1