Skip to content

prote376/DBPI-BlindSR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DBPI-BlindSR

This code is official implementation of our paper. Please cite the below paper if this code is helpful.

Jonghee Kim, Chanho Jung, Changick Kim, "Dual Back-Projection-Based Internal Learning for Blind Super-Resolution," IEEE Signal Processing Letters, vol. 27, pp. 1190-1194, Jun. 2020.

This code is based on KernelGAN (https://github.com/sefibk/KernelGAN)

Prerequisites

Pytorch == 1.3.0
torchvision == 0.4.1
numpy == 1.17.2
scipy == 1.3.1
tqdm == 4.36.1
Pillow == 6.2.0

Installing

git clone github.com/prote376/DBPI-BlindSR

Running the tests

# for X2 SR
python train.py -i test_images/ -o Results/

# for X4 SR
python train.py -i test_images/ -o Results/ --X4

Examples

Supplementary

About

Dual Back-Projection-Based Internal Learning for Blind Super-Resolution

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages