Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 681 Bytes

Readme.md

File metadata and controls

25 lines (18 loc) · 681 Bytes

8X Super Resolution

These are the inference codes for the following paper - "Irgun: Improved residue based gradual up-scaling network for single image super resolution", by Manoj Sharma, Rudrabha Mukhopadhyay, Avinash Upadhyay, Sriharsha Koundinya, Ankit Shukla, Santanu Chaudhury, The IEEE Conference on Computer Vision and Pattern Recognition (CVPR) Workshops

Dependencies -

  1. python 2.7
  2. OpenCV 2.9
  3. Tensorflow 1.2.0
  4. Matlab

To run the model,

Load all the test images in Test_Data folder Images whould be in .png format

$ sh test.sh

Final results will be available on Final_RESULTS folder

Please note that this repository is no longer maintained.