Skip to content

linhduongtuan/02_regression

 
 

Repository files navigation

Banner

Image Regression: denoising and splitting

Welcome to the Image Regression 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

When you are ready to start the exercise, make sure you are in your base environment and then run jupyter lab.

jupyter lab

Exercises

  1. Context-aware restoration
  2. Noise2Void
  3. COSDD

Bonus

About

Image regression exercises

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 76.2%
  • Python 23.5%
  • Shell 0.3%