All Projects → leftthomas → Imagedeblurring

leftthomas / Imagedeblurring

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

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Imagedeblurring

Beautifulgirls
爬虫+脸部识别+DCGAN脸部自动生成
Stars: ✭ 56 (-22.22%)
Mutual labels:  gan
Tensorflow 101
learn code with tensorflow
Stars: ✭ 1,116 (+1450%)
Mutual labels:  gan
Colorizer
Add colors to black and white images with neural networks (GANs).
Stars: ✭ 69 (-4.17%)
Mutual labels:  gan
Cyclegan Tensorflow
An implementation of CycleGan using TensorFlow
Stars: ✭ 1,096 (+1422.22%)
Mutual labels:  gan
Deblurgan Tf
Unofficial tensorflow (tf) implementation of DeblurGAN: Blind Motion Deblurring Using Conditional Adversarial Networks
Stars: ✭ 60 (-16.67%)
Mutual labels:  gan
Frechet Inception Distance
CPU/GPU/TPU implementation of the Fréchet Inception Distance
Stars: ✭ 66 (-8.33%)
Mutual labels:  gan
Cyclegan Vc3
Voice Conversion by CycleGAN (语音克隆/语音转换):CycleGAN-VC3
Stars: ✭ 52 (-27.78%)
Mutual labels:  gan
Man
Multinomial Adversarial Networks for Multi-Domain Text Classification (NAACL 2018)
Stars: ✭ 72 (+0%)
Mutual labels:  gan
Neural Painters X
Neural Paiters
Stars: ✭ 61 (-15.28%)
Mutual labels:  gan
Sequentialdata Gan
Tensorflow Implementation of GAN modeling for sequential data
Stars: ✭ 69 (-4.17%)
Mutual labels:  gan
Keras Gan
Keras implementations of Generative Adversarial Networks.
Stars: ✭ 8,494 (+11697.22%)
Mutual labels:  gan
Cyclegan Qp
Official PyTorch implementation of "Artist Style Transfer Via Quadratic Potential"
Stars: ✭ 59 (-18.06%)
Mutual labels:  gan
Pix2pix
Image-to-image translation with conditional adversarial nets
Stars: ✭ 8,765 (+12073.61%)
Mutual labels:  gan
Acgan Pytorch
Pytorch implementation of Conditional Image Synthesis with Auxiliary Classifier GANs
Stars: ✭ 57 (-20.83%)
Mutual labels:  gan
Dcgan Tensorflow
A Tensorflow implementation of Deep Convolutional Generative Adversarial Networks trained on Fashion-MNIST, CIFAR-10, etc.
Stars: ✭ 70 (-2.78%)
Mutual labels:  gan
Facenet Face Recognition
This is the research product of the thesis manifold Learning of Latent Space Vectors in GAN for Image Synthesis. This has an application to the research, name a facial recognition system. The application was developed by consulting the FaceNet model.
Stars: ✭ 54 (-25%)
Mutual labels:  gan
Esrgan Tf2
ESRGAN (Enhanced Super-Resolution Generative Adversarial Networks, published in ECCV 2018) implemented in Tensorflow 2.0+. This is an unofficial implementation. With Colab.
Stars: ✭ 61 (-15.28%)
Mutual labels:  gan
Pytorch Fid
Compute FID scores with PyTorch.
Stars: ✭ 1,175 (+1531.94%)
Mutual labels:  gan
Geneva
Code to train and evaluate the GeNeVA-GAN model for the GeNeVA task proposed in our ICCV 2019 paper "Tell, Draw, and Repeat: Generating and modifying images based on continual linguistic instruction"
Stars: ✭ 71 (-1.39%)
Mutual labels:  gan
Pacgan
[NeurIPS 2018] [JSAIT] PacGAN: The power of two samples in generative adversarial networks
Stars: ✭ 67 (-6.94%)
Mutual labels:  gan

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

Usage

Train

python main.py
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].