Test Edit
Monsoon 2017: PGSSP Team 11
Steps for Executing SRCNN.py
- Download SRCNN.py, train.zip, test.zip, and val.zip in local folder.
- Extract train.zip, test.zip and val.zip in train, test and val folders respectively.
- Use python 2.7.14
- Install all dependent packages Keras, scipy, numpy, os, timeit, cv2.
- Open terminal/command prompt and navigate to above download folder.
- Execute command "python SRCNN.py"
- Execution will take maximum 30 mins.
- test folder will contain inuput low resolution images, bicubic images and predicted images.
- Best PSNR achieved will be reported at the end of execution.