Skip to content

Caffe implementation of "Fast and Accurate Single Image Super-Resolution via Information Distillation Network"

Notifications You must be signed in to change notification settings

YananGu/IDN-Caffe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

IDN-Caffe

Caffe implementation of "Fast and Accurate Single Image Super-Resolution via Information Distillation Network"

arxiv

Run test

  • Install Caffe, Matlab R2013b
  • Run testing:
$ cd ./test
$ matlab
>> test_IDN

Note: Please make sure the matcaffe is complied successfully.

./test/caffemodel/IDN_x2.caffemodel, ./test/caffemodel/IDN_x3.caffmodel and ./test/caffemodel/IDN_x4.caffemodel are obtained by training the model with 291 images, and ./test/caffemodel/IDN_x4_mscoco.caffemodel is got through training the same model with mscoco dataset.

The results are stored in "results" folder, with both reconstructed images and PSNR/SSIM/IFCs.

Citation

If you find IDN useful in your research, please consider citing:

@article{Hui-IDN-2018,
  title={Fast and Accurate Single Image Super-Resolution via Information Distillation Network},
  author={Hui, Zheng and Wang, Xiumei and Gao, Xinbo},
  journal={arXiv preprint arXiv:1803.09454},
  year={2018}
}

About

Caffe implementation of "Fast and Accurate Single Image Super-Resolution via Information Distillation Network"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • MATLAB 54.9%
  • HTML 26.5%
  • C 18.3%
  • Other 0.3%