Skip to content

wiwengweng/deblur-gan

Repository files navigation

What is this repo ?

This repository is a Keras implementation of Deblur GAN. You can find a tutorial on how it works on Medium.

Installation

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

Dataset

Get the GOPRO dataset, and extract it in the deblur-gan directory. The directory name should be GOPRO_Large.

Use:

python organize_gopro_dataset.py --dir_in=GOPRO_Large --dir_out=images

Training

python train.py --n_images=512 --batch_size=16

Use python train.py --help for all options

Testing

python test.py

Use python test.py --help for all options

Deblur your own image

python deblur_image.py --image_path=path/to/image

And here is one demo, but full of grids, which is so called 'checkerboard artifacts'. Result link

Result image

About

源目录: RaphaelMeudec/deblur-gan

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages