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.
- Krish Agrawal
- Rupal Shah
- Khushi Sawla
Div2k
- PyTorch (Implemented ADNet)
- Sci-Kit Image (To Add Random Gaussian Noise to the images)