A Python project to implement an image restoration of a random corrupted MNIST dataset.
In the following picture, the first column is composed of the noisy images using DCT & JPEG-like, the centre with the pictures as model output, and the last column with the real images.
In the following picture, the first column is composed of the random noisy images, the centre with the pictures as model output, and the last column with the actual images.
git clone https://github.com/okamiRvS/CNN-Image-Restoration-custom-MNIST-dataset.git
pip install -r requirements.txt
- Download MNIST dataset and put it in the current directory.