Skip to content

This project consists of a de-blurring deep learning model, aimed to remove gaussian blur and gaussian noise from images. The goal is to create a model which, taken a blurred image X, is able to reconstruct the original de-blurred image y. The dataset is built starting from CIFAR-10 images collection, a Gaussian Blur filter is applied to obtain …

Notifications You must be signed in to change notification settings

AndreP-git/Gaussian-Deblurring-DNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Gaussian-Deblurring-DNN

This project consists of a de-blurring deep learning model, aimed to remove gaussian blur and gaussian noise from images.
The goal is to create a model which, taken a blurred image X, is able to reconstruct the original de-blurred image y.
The dataset is built starting from CIFAR-10 images collection, a Gaussian Blur filter is applied to obtain the blurred images used to train the models.
Two architectures are proposed: AutoEncoder vs. ResNet model.

About

This project consists of a de-blurring deep learning model, aimed to remove gaussian blur and gaussian noise from images. The goal is to create a model which, taken a blurred image X, is able to reconstruct the original de-blurred image y. The dataset is built starting from CIFAR-10 images collection, a Gaussian Blur filter is applied to obtain …

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published