Git Product home page Git Product logo

image-denoising's Introduction

Image Denoising using Autoencoder

In this Reposrity,I used Autoencoder to test 22 differents models to find the best architechture that suite image denoising problem. I tries Convolution Neural Network with different parametres (kernel size, filter) as well as Fully connected layer with different Hidden unites.

The notebook contains all the code without the logs because I have trouble with timout in colab (Runing the notebook may take more then 6 hours that is why you find only the logs of the first 13 models ) . SO I highly recommand you if you have GPU in your local machine and you want to see all the results of each model, run all the cells .

Make sure you have installed all the libraries :

Dataset

We used Two different datasets from kaggle, Smartphone Image Denoising Dataset (SIDD) and Super Resolution Benchmarks . The first one has the noised already but for the second one(Super Resolution Benchmarks) I have to build function that added noises to each one of the entire dataset. We merge the two after adding noises to the second one and then we implement tf.data.Dataset.from_tensor_slices to load the data to the models .

if you prefer to work on kaggle you can check the notebook here

Notebook

Tensorflow is the framework that we used in the notebook, and we manage to build 22 different models to see what architechture will suite image denoising problem .

Evaluation

for evaluation we use Mean square error (MSE) and Mean absolute error (MAE) TODO: metrics results TODO : bar chart

Useful Resources :

image-denoising's People

Contributors

otman-ai avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.