Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 936 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 936 Bytes

IITISoC-Image-Denoising

With CCTV images not being very clear on zooming there is a great demand for image denoising models. Build a model which takes input of blurred RGB images and outputs clear images. Carefully study the kind of noise CCTV images have and target accordingly.

We implemented ADNet by customizing it and trained them on Google Colab.

Team Members

  • Krish Agrawal
  • Rupal Shah
  • Khushi Sawla

Dataset

Div2k

Technology Used

  • PyTorch (Implemented ADNet)
  • Sci-Kit Image (To Add Random Gaussian Noise to the images)

References