Skip to content

Deploying the Super-Resolution-Convolutional-Neural-Network (SRCNN) algorithm to make a high-resolution image from a low-resolution image.

Notifications You must be signed in to change notification settings

Slothfulwave612/Image-Super-Resolution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image-Super-Resolution

Overview

The goal of this project is to recover a high resolution image from a low resolution input. In order to accomplish this goal, we will be deploying the super-resolution convolutional neural network (SRCNN) using Keras. This network was published in the paper, Image Super-Resolution Using Deep Convolutional Networks by Chao Dong, et al. in 2014.

The research paper is attached in the GitHub Repository itself.

Single image super-resolution, which aims at recovering a high-resolution image from a single low resolution image, is a classical problem in computer vision, and the researchers named the proposed model Super-Resolution Convolutional Neural Network. (SRCNN)

The SRCNN is a deep convolutional neural network that learns end-toend mapping of resolution to high resolution images. As a result, we can use it to improve the image quality of low resolution images.

In here, we present a fully convolutional neural network for image super-resolution. The network directly learns an end-to-end mapping between low and high-resolution images, with little pre/postprocessing beyond the optimization.

Directories/Files:

  1. py_code.ipynb: Jupyter notebook where the code is present.

  2. py_code_images: Images used inside the jupyter notebook.

  3. source: High resolution images that were used in SRCNN paper.

  4. Images: Low resolution images generated from High resolution images.

  5. output: Reconstructed images using SRCNN.

  6. 3051crop_weight_200.h5: pre-trained weights.

SRCNN Output:

comic

About

Deploying the Super-Resolution-Convolutional-Neural-Network (SRCNN) algorithm to make a high-resolution image from a low-resolution image.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published