An open API service indexing awesome lists of open source software.

https://github.com/animesh-chourey/srcnn-pytorch

Critical Analysis and Implementation of SRCNN (part of Deep Learning and Computer Vision module)
https://github.com/animesh-chourey/srcnn-pytorch

image-enhancement psnr pytorch srcnn

Last synced: 3 months ago
JSON representation

Critical Analysis and Implementation of SRCNN (part of Deep Learning and Computer Vision module)

Awesome Lists containing this project

README

        

# Image Super-resolution Using Deep Learning

Image super-resolution with deep convolutional neural network is performed and its performance is evaluated through peak-signal-to-noise-ratio (PSNR). PSNR evaluates image restoration quality and is at least partially related to the perceptual quality.

Critical analysis of the trends in Image Super-Resolution is also done. The original paper can be found here: [SRCNN](https://arxiv.org/pdf/1501.00092.pdf)