Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 523 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 523 Bytes

Image Deblurring

This code helps in deblurring an image. This code is especially effective when the distribution is gaussian in nature. This code can also be used on any random dataset by adding a gaussian blur to the image and then training the model.

#DeepDeblurring This file is useful in deblurring images having any kind of blur,not necessarily Gaussian in nature. It uses Generative Adversarial Networks for deblurring. While the discriminators is a simple classifier, the generator consists of Residual Networks.