# Super-Resolution_CNN-PyTorch **Repository Path**: liqianguy/Super-Resolution_CNN-PyTorch ## Basic Information - **Project Name**: Super-Resolution_CNN-PyTorch - **Description**: Implementation of 'Image Super-Resolution using Deep Convolutional Network' - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-01-24 - **Last Updated**: 2022-10-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [PyTorch] Super-Resolution CNN ===== PyTorch implementation of 'Image Super-Resolution using Deep Convolutional Network'. TensorFlow version is also provided in Related Repository. ## Architecture
The architecture of the Super-Resolution Network (SRCNN).


Reconstructed image in each iteration (1k, 10k, 100k iterations).


Comparison between the input (Bicubic Interpolated), reconstructed image (by SRCNN), and target (High-Resolution) image.