Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 653 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 653 Bytes

Test Edit

iiih-super-resolution

Monsoon 2017: PGSSP Team 11

Steps for Executing SRCNN.py

  1. Download SRCNN.py, train.zip, test.zip, and val.zip in local folder.
  2. Extract train.zip, test.zip and val.zip in train, test and val folders respectively.
  3. Use python 2.7.14
  4. Install all dependent packages Keras, scipy, numpy, os, timeit, cv2.
  5. Open terminal/command prompt and navigate to above download folder.
  6. Execute command "python SRCNN.py"
  7. Execution will take maximum 30 mins.
  8. test folder will contain inuput low resolution images, bicubic images and predicted images.
  9. Best PSNR achieved will be reported at the end of execution.