Coder Social home page Coder Social logo

sohambasu07 / baseline_image_denoiser Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 97.02 MB

Baseline Autoencoder based Denoiser with symmetric skip connections

Python 0.23% Jupyter Notebook 99.77%
autoencoder denoising denoising-autoencoders denoising-images tensorflow2

baseline_image_denoiser's Introduction

Baseline Image Denoiser

Baseline Autoencoder based Denoiser with symmetric skip connections

Based on the paper: https://web.stanford.edu/class/cs331b/2016/projects/zhao.pdf

Checkpoints

(Models trained for 50 epochs and lr = 1e-3)
  • BSD300 with AWGN (σ = 30): SSIM = 0.78 | PSNR = 27.93
  • BSD300 with AWGN (σ = 70): SSIM = 0.91 | PSNR = 32.96

Directory Structure:

├── checkpoints
│   └── BaseLine_Denoiser_VOC_265.h5
├── notebooks
│   ├── Baseline_Denoiser_MNIST_Image_Denoising_using_Autoencoder_with_symmetric_skip_connections.ipnyb
│   └── Baseline_Image_Denoiser_AutoEnc_SkipConn
├── src
│   ├── dataloader
│   │  ├──dataloader.py
│   │  └──dataset_downloader.py
│   ├── model
│   │  ├──baseline_denoiser.py
│   │  └──blocks.py
│   ├── model_visualizer.py
│   └── trainer.py
├── .gitignore
├── Readme.md
├── base_den_config.py
├── main.py
└── predictions.py

baseline_image_denoiser's People

Contributors

sohambasu07 avatar

Stargazers

Soumee Mukherjee avatar

Watchers

James Cloos avatar  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.