ConfuzedCoder / super_resolution

Enhancing the resolution of images using SRCNN

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

super_resolution

Enhancing the resolution of images using SRCNN i.e recover a high resolution image from a low resolution input. Keras is being used for making this super-resolution convolution neural network(SRCNN) model.

The result is shown below:

srcnn

  • Original Paper: "Image-Super-Resolution Using Deep Convolutional Networks" by Chao Dong et al. 2014. link to the paper.
    The pretrained weights are taken from Here

About

Enhancing the resolution of images using SRCNN

License:MIT License


Languages

Language:Jupyter Notebook 99.8%Language:Python 0.2%