Skip to content
/ N_SR Public
forked from jiaming-wang/N_SR

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

Notifications You must be signed in to change notification settings

JanFschr/N_SR

 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 94.4%
  • MATLAB 5.6%