Repository navigation

#

deblurgan

[ICCV 2019] "DeblurGAN-v2: Deblurring (Orders-of-Magnitude) Faster and Better" by Orest Kupyn, Tetiana Martyniuk, Junru Wu, Zhangyang Wang

Python
1093
3 年前

Tensorflow implementation of DeblurGAN(Blind Motion Deblurring Using Conditional Adversarial Networks)

Python
83
5 年前

Unofficial tensorflow (tf) implementation of DeblurGAN: Blind Motion Deblurring Using Conditional Adversarial Networks

Python
69
5 年前

An easy-to-read implementation of DeblurGAN

Python
57
2 年前

This is a lightweight GAN developed for real-time deblurring. The model has a super tiny size and a rapid inference time. The motivation is to boost marker detection in robotic applications, however, you may use it for other applications definitely.

Python
42
2 年前

Using deblur GAN on custom dataset

Jupyter Notebook
3
2 年前

This is a very simplified ipynb code for KupynOrest's Deblur GAN code. DeblurGAN addresses the challenge of end-to-end image deblurring through the use of conditional Generative Adversarial Networks (cGANs).I have used pytorch for this implementation.

Jupyter Notebook
3
9 个月前

Implement DeblurGAN with TensorFlow

Python
0
6 年前

First Round submission for the Ethos Hackathon. This repository consists of the basic implementation of two model SRCNN and DeblurGANv2.

Jupyter Notebook
0
6 个月前

This repository consists the source code for the image enhancement pipeline built during the second round of Ethos Hackathon at IIT Guwahati. This pipeline integrates SRCNN, LIME and DeblurGAN for the enhancement of low quality CCTV frames. Also integrates VGGface face recognition model.

Jupyter Notebook
0
4 个月前