assafshocher / ZSSR

"Zero-Shot" Super-Resolution using Deep Internal Learning
Other
399 stars 102 forks source link

Unable to find output files in <ZSSR path>/results/<name_date> #13

Open IamGroot19 opened 5 years ago

IamGroot19 commented 5 years ago

Hello, little new to the code. I put a sample 128x128 low-resolution image in the test_data folder and for quick first run ran the command run run_ZSSR.py in my spyder IDE. The code runs without any error/interruptions, but I am unable to find the scaled-up image in the results/<date_name> folder.

Can you kindly help me with this issue? Thank you

saving_issue

assafshocher commented 5 years ago

Hi, I am not familiar with such problem, let's review some possible directions. Since the folder was formed and code was copied into it, I believe this is not an output-path issue. Perhaps the run collapsed somewhere in the middle or towards the end without an error? Maybe the problem is with the input path which caused an empty list on inputs and the program just ended? Try running from command-line Try running one of the quick usage examples, (say: python run_ZSSR.py X2_GRADUAL_IDEAL_CONF) Try putting a breakpoint at Ln 119 in ZSSR.py and see if it gets there and if an image exists (an array named post_processed_output).