Established a UNet model to deal with image denoising problem <<<<<<< HEAD
[2015.5.18][U-Net] U-Net:Convolutional Networks for Biomedical Image Segmentation
-
The repo established a whole pipeline for single image denoising task, and the backbone was the UNet model.
-
UNet
-
Tailor the images dataset to 160*160.
-
Add the Gaussian-Noise and Salt-and-Pepper-Noise to all of the images.
-
Train the model.
-
See what we got.
- Our model basically followed the original version of the UNet paper. However, for the sake of computing resources and the intrinsic principal of the model, we fine tuned the size of input images to 160*160.
- Loss function: mse/L1.