Skip to content

ntomita/superres

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Super Resolution PyTorch Implimentation

This is a set of PyTorch implementation of latest research paper: Photo-Realistic Single Image Super-Resolution Using a Generative Adversarial Network and Real-Time Single Image and Video Super-Resolution Using an Efficient Sub-Pixel Convolutional Neural Network.

ESPCN:

The implementation is roughly verified its correctness on small dataset. Using larger dataset such as ImageNet DET data, the quality of the product will be better, but according to the original paper the boost by using large dataset is not that big.

TODO:

  • Much intensive check for the reproducibility with large trainingset will be done some time soon.
  • Trainined model will be uploaded once training on my side has done.

SRGAN:

Currently the outputs look differently from the orginal paper so it has to be inspected more.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages