Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
IamGroot19 opened this issue Jul 1, 2019 · 1 comment
Open

Comments

@IamGroot19
Copy link

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
Copy link
Owner

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants