Skip to content

dang3tion/Colab-Super_resolution

Repository files navigation

Reference papers: :bookmark_tabs:

Environment and platform 💻

The project is implemented on Google driver.


Result

Implementation

Architecture:

  • Generator Generator_architecture drawio (3)

  • Discriminator Untitled Diagram drawio (19)

Losses:

I implemented 3 loss terms to support Generator reconstruct Super Resolution image:

  • Pixel-wise Loss
  • Feature Loss
  • Style Loss

And with Adversarial Loss I used LSGAN combine with Relativistic average GAN:

  • For Generator
  • For Discriminator

Training

About

Research on ESRGAN (Enhanced Super-Resolution Generative Adversarial Networks, published in ECCV 2018), implemented in Tensorflow 2.0. All implementation deployed on Google Colab, and make some modify with origin Architecture include Losses.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors