Skip to content

Keras implementation of "DeblurGAN: Blind Motion Deblurring Using Conditional Adversarial Networks"

Notifications You must be signed in to change notification settings

kunwardeeps/deblur-gan

 
 

Repository files navigation

What is this repo ?

This repository is a Keras implementation of Deblur GAN. It runs a Flask based webserver to get the output image from the trained model. Below is a sample result (from left to right: sharp image, blurred image, deblurred image)

Sample results

Installation

virtualenv venv -p python3
. venv/bin/activate
pip install -r requirements/requirements.txt
pip install -e .

To start the Web Server

python deblur_image.py

About

Keras implementation of "DeblurGAN: Blind Motion Deblurring Using Conditional Adversarial Networks"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.9%
  • HTML 2.1%