嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
Matlab demo code for "Learning a Deep Convolutional Network for Image Super-Resolution" (ECCV 2014)
and "Image Super-Resolution Using Deep Convolutional Networks" (arXiv:1501.00092)
by Chao Dong (ndc.forward@gmail.com)
If you use/adapt our code in your work (either as a stand-alone tool or as a component of any algorithm),
you need to appropriately cite our ECCV 2014 paper or arXiv paper.
This code is for academic purpose only. Not for commercial/industrial activities.
NOTE:
The running time reported in the paper is from C implementation. This Matlab version is a re-
implementation, and is for the ease of understanding the algorithm. This code is not optimized, and the
speed is not representative. The result can be slightly different from the paper due to transferring
across platforms.
***********************************************************************************************************
***********************************************************************************************************
Usage:
demo_SR.m - demonstrate super-resolution using SRCNN.m
function:
SRCNN.m - realize super resolution given the model parameters
Folders:
Set5 and Set14 - test images.
Model/9-1-5(91 images) - model parameters of network 9-1-5 trained on 91 images (in the ECCV paper). "x2.mat" "x3.mat" and "x4.mat" are model parameters used for upscaling factors 2,3 and 4 seperately.
Model/9-1-5(ImageNet) - model parameters of network 9-1-5 trained on ImageNet (in the arXiv paper).
Model/9-3-5(ImageNet) - model parameters of network 9-3-5 trained on ImageNet (in the arXiv paper).
Model/9-5-5(ImageNet) - model parameters of network 9-5-5 trained on ImageNet (in the arXiv paper).