-
Notifications
You must be signed in to change notification settings - Fork 105
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
How to obtain output from eval.py at the scaled resolution? #44
Comments
Hi!
And it appears that the variables |
hello, i also change resize function, but it cuda out of memory, my GPU is 20280ti, could you solve this problem |
Hi!
I have started working with your excellent code and even prepared my own input files to see how good they look upscaled using your approach. However regardless of the value used for
--upscale_factor
(I tried2
and4
), the resolution of the output is the same as the input. For example, my input images are 160x160 and so are my output images. Is there another flag that I need to set to get the upscaled images? If not, can you tell me how to modify the code to obtain upscaled images?Thanks!
PS. I have found that for most of the images I am trying out with your code, I need to use the
--chop_forward
flag set toTrue
or I get a GPU memory error since I have a relatively small amount of GPU memoryThe text was updated successfully, but these errors were encountered: