Test-code-for-SRCNN

所属分类:matlab编程
开发工具:matlab
文件大小:7381KB
下载次数:75
上传日期:2016-05-13 14:25:30
上 传 者cdq481
说明:  深度学习,超分辨卷积神经网络,获取测试数据的MATLAB代码
(Depth study, the super-resolution convolution neural network, access to test data MATLAB code)

文件列表:
SRCNN (0, 2015-01-12)
SRCNN\SRCNN.m (1502, 2015-01-12)
SRCNN\Set14 (0, 2015-01-12)
SRCNN\Set14\baboon.bmp (720054, 2013-10-06)
SRCNN\Set14\barbara.bmp (1244214, 2013-10-06)
SRCNN\Set14\bridge.bmp (263222, 2013-10-06)
SRCNN\Set14\coastguard.bmp (304182, 2013-10-06)
SRCNN\Set14\comic.bmp (271526, 2013-10-06)
SRCNN\Set14\face.bmp (228584, 2013-10-06)
SRCNN\Set14\flowers.bmp (543054, 2013-10-06)
SRCNN\Set14\foreman.bmp (304182, 2013-10-06)
SRCNN\Set14\lenna.bmp (786486, 2013-10-06)
SRCNN\Set14\man.bmp (786486, 2013-10-06)
SRCNN\Set14\monarch.bmp (1179702, 2013-10-06)
SRCNN\Set14\pepper.bmp (786486, 2013-10-06)
SRCNN\Set14\ppt3.bmp (1041782, 2013-10-06)
SRCNN\Set14\zebra.bmp (688214, 2013-10-06)
SRCNN\Set5 (0, 2015-01-12)
SRCNN\Set5\baby_GT.bmp (786486, 2013-10-06)
SRCNN\Set5\bird_GT.bmp (248886, 2013-10-06)
SRCNN\Set5\butterfly_GT.bmp (196730, 2013-10-06)
SRCNN\Set5\head_GT.bmp (235254, 2013-10-06)
SRCNN\Set5\woman_GT.bmp (235350, 2013-10-06)
SRCNN\compute_psnr.m (314, 2014-09-02)
SRCNN\demo_SR.m (2137, 2015-01-13)
SRCNN\modcrop.m (279, 2014-03-27)
SRCNN\model (0, 2015-01-12)
SRCNN\model\9-1-5(91 images) (0, 2015-01-12)
SRCNN\model\9-1-5(91 images)\x2.mat (38625, 2014-09-02)
SRCNN\model\9-1-5(91 images)\x3.mat (38483, 2014-09-01)
SRCNN\model\9-1-5(91 images)\x4.mat (38489, 2014-09-01)
SRCNN\model\9-1-5(ImageNet) (0, 2015-01-12)
SRCNN\model\9-1-5(ImageNet)\x3.mat (38350, 2015-01-12)
SRCNN\model\9-3-5(ImageNet) (0, 2015-01-12)
SRCNN\model\9-3-5(ImageNet)\x3.mat (115087, 2015-01-13)
SRCNN\model\9-5-5(ImageNet) (0, 2015-01-12)
SRCNN\model\9-5-5(ImageNet)\x2.mat (268933, 2015-01-12)
SRCNN\model\9-5-5(ImageNet)\x3.mat (267591, 2015-01-12)
SRCNN\model\9-5-5(ImageNet)\x4.mat (269001, 2015-01-12)
... ...

*********************************************************************************************************** *********************************************************************************************************** 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).

近期下载者

相关文件


收藏者