Skip to content

sreenivasanm6/iiith-image-super-scaler-resolution

Repository files navigation

iiith-image-super-scaler-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.

Steps for Executing SRKNN.py

  1. Download SRKNN.py, train.zip and test.zip, in local folder.
  2. Extract train.zip and test.zip in train, test folders respectively.
  3. Use python 3.6.1
  4. Install all dependent packages sklearn, scipy, numpy, os, matplotlib.
  5. Open terminal/command prompt and navigate to above download folder.
  6. Execute command "python SRKNN.py "
  7. Execution will take less than 5 mins.
  8. Input high resolution, reconstructed image and blurred input images are saved in the output folder path given in the command line prompt.
  9. PSNR will be reported on the console after every image reconstruction is completed in the test folder given in the command line prompt.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages