-
Notifications
You must be signed in to change notification settings - Fork 80
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
Downscaled Images are black #17
Comments
Please check the value of pixels.The default setting is 0~255(rgb range). |
Can you tell me how to check this properly? And, if so, could this be included in the README? I'm considering a variety of issues, and I'd like to rule out this option as quickly as possible. |
I get the exact same result with you. All down sampled image pixels are 0. I think issue is in the adaptive grid sampler model. |
I am experiencing the same issue, all output arrays from the forward method of the custom downsampler function are zero. |
I managed to get the provided models running, however when I run it the downscaled pictures are just black and therefore so are the upscaled pictures. The pictures have the correct amount of pixels and the ratio is correct. Does anyone know what might cause this issue?
The text was updated successfully, but these errors were encountered: