Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 1.42 KB

README.md

File metadata and controls

29 lines (16 loc) · 1.42 KB

Single-Image-Super-Resolution

This project is based on replicating the paper "Photo-Realistic Single Image Super-Resolution Using a Generative Adversarial Network" [1] and trying to improve it by using a WGAN architecture. The goal is single image super resolution, which means upscaling an image from low resolution to high resolution using a deep CNN

Dataset

The download link and set-up instructions for the dataset can be found at the start of the Colab Notebook.

Results

Given the limited computational capacity of the free instance of Google Colab the CNN gives only limited improvements over a simple bicubic interpolation and the GANs training architectures do not improve the results because we did not have time to find the correct hyperparameteres (as GAN training is very sensitive to hyperparameters). Output images can be seen in the Colab Notebook.

Authors

Riccardo Riglietti, Luis Gustavo Cattelan, Antonio Scardino

Bibliography