Open IamGroot19 opened 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).
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 commandrun 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 theresults/<date_name>
folder.Can you kindly help me with this issue? Thank you