An Attention-Based Approach for Single Image Super Resolution but with reduced number of channels and changes in network architecture. It enhances the resolution of the input image by a factor of 3.
Low resolution:
Bicubic interpolation:
Super resolution:
Metric | Value |
---|---|
PSNR | 30.97 dB |
GFlops | 16.062 |
MParams | 0.030 |
Source framework | PyTorch* |
For reference, PSNR for bicubic upsampling on test dataset is 28.48 dB.
-
Image, name:
0
, shape:1, 3, 360, 640
in the formatB, C, H, W
, where:B
- batch sizeC
- number of channelsH
- image heightW
- image width
-
Bicubic interpolation of the input image, name:
1
, shape:1, 3, 1080, 1920
in the formatB, C, H, W
, where:B
- batch sizeC
- number of channelsH
- image heightW
- image width
Expected color order is BGR
.
The net output is a blob with shapes 1, 3, 1080, 1920
that contains image after super resolution.
[*] Other names and brands may be claimed as the property of others.