Image Super Resolution Application Save

This is an Image Super Resolution model implemented in python using keras. This model comes with a GUI to allow users to make use of the model easily.

Project README

Single Image Super Resolution (with GUI)

Image super resolution refers to the task of estimating a high-resolution image from its lower resolution version. In a more simple sense it requires us to generate pixel values for interpolating the given low resolution image to make it large. In this project I employ a deep learning approach to super resolve images to double or quadruple the original image. I used Keras with Tensorflow backend to implement the model in Python 3. The model I used is fairly simple and conists of layers of Convolutional and Deconvolutional with skip connections. A Mean Squared Error (MSE) loss is used to guide our model. I also designed a GUI with the model to make it to be used easily.

Super Resolution Example

The model is pre-trained with all weights included. So all you need to do is, clone this repository and run the sr_gui_browse.py. That's it.

GUI

The GUI provides a easy-to-use Interface for super resolution. The GUI has 2 options for Super Resolution, either to double or to quadruple the original input image. It also comes with an option of saving the Super Resolved image.

SR GUI Opening window

Files

This repository consists of all files used during the projects. Details of what each file does is given in the Readme.docx file. And even the code files are commented wherever necessary.

Running the GUI

Examples

Some examples are shown below :

  • Example 1:   Original image (Left),      x2 Image (Center),      x4 Image (Right)

child original image child x2 image child x4 image



  • Example 2:   Original image (Left),      x2 Image (Center),      x4 Image (Right)

bird original image bird x2 image bird x4 image



  • Example 3:   Original image (Left),      x2 Image (Center),      x4 Image (Right)

pencils original image pencils x2 image pencils x4 image



  • NOTE : The size of images shown above are not actual, they are resized to fit document. See SR_sample_images for the above images in actual size.

License

This project is licensed under the GPL v3.0 License - see the LICENSE.md file for details

Acknowledgments

Open Source Agenda is not affiliated with "Image Super Resolution Application" Project. README Source: sairajk/Image-Super-Resolution-Application

Open Source Agenda Badge

Open Source Agenda Rating