pjwang317 / N_SR

Some implements of state-of-the-art Super-Resolution architectures with Pytorch.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

N_SR

There are some implements of image super-resolution methods with Pytorch.

Dependencies

Getting started

Image-based algoritnms.

  • Train: python main.py.
  • Test: python test.py. More details in option.py.

Patch-based algoritnms.

  • Image to patch:python image_to_patch.py.

  • Train: python main.py.

  • Test: python test.py. More details in option.py.

  • tensorborad --logdir ./log

Plot the LAM map

alt tag

Experiments on FEI face dateset (without augmentation and pre-train)

Image-based algoritnms.

Algorithms PSNR
Bicubic 36.38
EDSR_original 39.81
EDSR+b16k64 39.85
EDSR+b32k256 40.05
SRResNet without BN 40.04
RDN 39.90
DBPN 40.14
RCAN 40.03
SAN 39.97
HAN 40.04
SMSR 39.86

Patch-based algoritnms.

Algorithms Bicubic SRCNN_original SRCNN VDSR_original
PSNR 36.38 38.58 38.61 39.54

License

This project is released under the Apache 2.0 license.

About

Some implements of state-of-the-art Super-Resolution architectures with Pytorch.


Languages

Language:Python 94.5%Language:MATLAB 5.5%