Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Enhanced-SRGAN

Introduction

Image super-resolution (SR) techniques reconstruct a higher-resolution (HR) image or sequence from the observed lower-resolution (LR) images, e.g. upscaling of 720p image into 1080p.

One of the common approaches to solving this task is to use deep convolutional neural networks capable of recovering HR images from LR ones. And ESRGAN (Enhanced SRGAN) is one of them.

ESRGAN achieves consistently better visual quality with more realistic and natural textures than SRGAN.

Access colab file at : ESRGAN.ipynb

Architecture

Implementation

This notebook is a simple implementation of the paper "ESRGAN: Enhanced Super-Resolution Generative Adversarial Networks"

Read the paper here: ESRGAN: Enhanced Super-Resolution Generative Adversarial Networks

About

This is an implementation of ESRGAN's in Tensorflow2.0/Keras.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages