This project aims on achieving super resolution through pretrained ESRGAN model on Keras.
- Leftmost image - Original (Low resolution image)
- Middle image - Bicubic (x4) image
- Rightmost image - Super-resoluted image (ESRGAN Super resolution O/P)
- PSNR value achieved for the above super-resoluted sample - 26.097332
- ESRGANs perform very well on the real-time samples regardless of the colors.
- In the provided notebook, Super resolution is achieved not only for images, but for videos too :)