Giter Club home page Giter Club logo

super-resolution's Introduction

Super-Resolution GAN

โญ Star this project on GitHub โ€” it helps!

Super-Resolution GAN is one of the best examples in GAN's application. It allows to imporove the quality of input low-resolution image. As Generator this GAN uses SRResNet (Super-Resolution Residual Network). In order to provide better quality of the output image the network is trained on three different loss functions.

Table of content

Evaluation

You can evaluate pretrained Super-Resolution GAN on your images. To do this use eval.py.

Training

Database

The Super-Resolution GAN was trained on STL10 dataset from torchvision.dataset.

WarmUp of Generator

Before to train both Generator and Discriminator we should pretrain our Ganarator on dataset with Pixel-wise Loss function.

See Super-Resolution [GAN WarmUp] for Generator's warmup.

Training with Discriminator

After Generator warmup we train booth Generator and Discriminator with their loss functions. The Generator loss consists of Adverserial loss(BCE loss between fake prediction and target), Model Based loss(feature based MSE loss between fake and real images) and Pixel-wise loss(MSE loss between fake and real images).

Generator loss

Discriminator loss

After 100 epochs of training:

See Super-Resolution for SR-GAN's training.

License

This project is licensed under MIT.

Links

super-resolution's People

Contributors

akanametov avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.