GithubHelp home page GithubHelp logo

aryanjain28 / super-resolution Goto Github PK

View Code? Open in Web Editor NEW
3.0 2.0 0.0 25.37 MB

Super Resolution using EDSR. Enhanced Deep Residual Networks for Single Image Super-Resolution (EDSR) model trained to convert a Low-Resolution image to a Super-Resolution image.

Python 100.00%
super-resolution gans edsr wdsr srgan tensorflow data-science generative-adversarial-network machine-learning

super-resolution's Introduction

Super-Resolution

Super Resolution using EDSR. Enhanced Deep Residual Networks for Single Image Super-Resolution (EDSR) model trained to convert a Low-Resolution image to a Super-Resolution image.

Process (Brief explanation)

  1. We train an EDSR model with low-resolution image as input and the same high-resolution image as output. Generator and Discriminator part is not used here.
  2. After training EDSR like above, we fine tune the high resolution (HR) images by building a model using EDSR as generator and a discriminator and train it giving LR and HR images pair as input and taking SR images as output.

Dataset

DIV2K: https://data.vision.ee.ethz.ch/cvl/DIV2K/

Model architecture



Screenshots

Things I learnt

  1. Training a super resolution model is difficult without a very powerful GPU.
  2. About EDSR, WSDR and SR-GAN models.
  3. About Perceptual loss and Pixel loss.

References

  1. This project is highly inspired by: http://krasserm.github.io/2019/09/04/super-resolution/#model-training
  2. Do check his project for depp explanation: https://github.com/krasserm/super-resolution

Note: I tried training the model on my GPU and failed miserably. Then I tried training it on Colab's GPU, and failed again. At last I had to use pre-trained weights on my model.

super-resolution's People

Contributors

aryanjain28 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

super-resolution's Issues

Any pre-trained weights?

Hello, Thank you for your great work,
Do you have any pre-trained weights for any of the model?

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.