Skip to content

dlmbl/image_restoration

Repository files navigation

Image Restoration: denoising and splitting

Welcome to the Image Restoration exercises. In this part of the course, we will explore how to use deep learning to denoise images, with examples of widely used algorithm for both supervised and unsupervised denoising. We will also explore the difference between unstructured and structured noise, or between UNet (which you are familiar with by now) and VAE architectures (see COSDD exercise)!

Finally, we have bonus exercises for those wanted to explore more denoising algorithms or image splitting!

Setup

Please run the setup script to create the environment for these exercises and download data.

source setup.sh

Exercises

  1. Context-aware restoration
  2. Noise2Void
  3. Correlated and Signal Dependent Denoising (COSDD)
  4. DenoiSplit

Bonus

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published