Blind Super-Resolution

Course Project - Digital Image Processing

Instructor - Prof. Suyash Awate, Dept of Computer Science, IIT Bombay

- Trained a SFTMD Network which outputs a Hi-Res image by taking a low-res image & kernel as the inputs
- Built a separate Predictor Network for Kernel prediction and a Corrector Network for fine-tuning the kernel
- Low-resolution images were created by blurring HR images by a Gaussian kernel and then downscaling by 4x

[Presentation] [code]