/Image-denoise-with-meta-learning

Using Keras to implement Reptile on contemporary image denoising methods

Primary LanguagePythonMIT LicenseMIT

Image denoise with meta learning

This is the course project for CS386 : "Digital Image Processing" in SJTU, in which we are required to implement codes for image denoising. I applied Reptile on contemporary methods and changed the network structures a little bit. The main idea of this project originates from this paper and guassian noise, poisson noise and real world noise are tested in this project.