Skip to content

Files

Latest commit

author
Jongchan Park
Feb 6, 2017
b0f250f · Feb 6, 2017

History

History

data

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Nov 22, 2016
Feb 6, 2017
Feb 6, 2017

data generation

  1. Download train/test data from original author's project page
  2. Download and unzip 291 dataset, and set the proper directory in 'aug_train.m'.
  3. Download and unzip other test dataset (Set5, Set14, B100, Urban100), and set the proper directory in 'aug_test.m'.
  4. run 'aug_train.m' and 'aug_test.m' matlab code for patch/data generation
  • Please note that data are generated/manipulated in Matlab, for a good bicubic interpolation and reproducibility. (OpenCV2 interpolation is strange)
  • Too much data will make the network diverge. I'm currently using patches with original/rotate90/original flipped/rotate90 flipped, and you can find the data here