Giter Site home page Giter Site logo

keshav2904 / image-super-resolution Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sumittagadiya/image-super-resolution

0.0 1.0 0.0 67.17 MB

Implementation of image super-resolution using EDSR and WDSR on DIV2k Dataset

Jupyter Notebook 99.98% Python 0.02%

image-super-resolution's Introduction

Image-super-resolution using Enhanced Deep Residual Networks for Single Image Super-Resolution(EDSR) and Wide Activation for Efficient and Accurate Image Super-Resolution(WDSR)

Image Super Resolution using EDSR and WDSR research papers

You can find Deployed Working model here

Find detailed blog of my project here

Note : If page is not loading then please paste above ipynb github link here. Now you can view ipynb notebook successfully !!

Demo of Working Model

alt_text

EDSR

Architecture of EDSR :

alt text

  • EDSR paper is here

Architecture of Residual Block

alt_text

  • Proposed networks. We remove the batch normalization layers from our network as Nah et al presented in their image deblurring work. Since batch normalization layers normalize the features, they get rid of range flexibility from networks by normalizing the features, it is better to remove them.

  • Furthermore, GPU memory usage is also sufficiently reduced since the batch normalization layers consume the same amount of memory as the preceding convolutional layers. this baseline model without batch normalization layer saves approximately 40% of memory usage during training, compared to SRResNet. Consequently, we can build up a larger model that has better performance than conventional ResNet structure under limited computational resources.

WDSR

Architecture of WDSR :

  • alt_text
  • alt_text
  • WDSR paper is here

Dataset

  • DIV2K dataset is a newly proposed high-quality (2K resolution) image dataset for image restoration tasks. The DIV2K dataset consists of 800 training images, 100 validation images, and 100 test images. As the test dataset ground truth is not released, we report and compare the performances on the validation dataset. We also compare the performance on some of the standard benchmark datasets named Set5 and Set14.

Results of EDSR

1. Bicubic_x4 (Bicubic downgrading with scaling factor = 4)

Div2k validation set results

  • alt_text
  • alt_text
  • More result you can find here

Set 5 Bicubic_x4

  • alt_text
  • alt_text
  • More result you can find here

Set14 Bicubic_x4

  • alt_text
  • alt_text
  • More result you can find here

2. Unknown_x4(Unknown downgrading with scaling factor = 4)

  • alt_text
  • alt_text
  • More result you can find here

image-super-resolution's People

Contributors

sumittagadiya avatar

Watchers

James Cloos 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.