- Notifications
You must be signed in to change notification settings - Fork1
License
NotificationsYou must be signed in to change notification settings
lafith/SISR-Degradation-Model
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This repo contains the scripts for Degradation model present in theoriginal repository of BSRGAN by Zhang, Kai and Liang et.al. The intention is a standalone repo for the degradation model alone for an easier usage.
from dgm import run_degradationlr, hr = run_degradation('lenna.png', scale=4, patch=128, savefig=True, showfig=True)