Skip to content

A Keras implementation of image deblurring based on ICCV 2017 paper "Deep Generative Filter for motion deblurring"

Notifications You must be signed in to change notification settings

x3393467/ImageDeblurring

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ImageDeblurring

A Keras implementation of image deblurring based on ICCV 2017 paper Deep Generative Filter for motion deblurring.

Requirements

conda create -n tensorflow
source activate tensorflow
pip install --ignore-installed --upgrade https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow_gpu-1.5.0-cp36-cp36m-linux_x86_64.whl
  • Keras
pip install keras
  • tqdm
conda install tqdm

Usage

Train

python main.py

About

A Keras implementation of image deblurring based on ICCV 2017 paper "Deep Generative Filter for motion deblurring"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%