-
Notifications
You must be signed in to change notification settings - Fork 6
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
Poor results or wrong useage of GLEAN in face images. #3
Comments
Hello, did you use bicubic downsampling kernel? In addition, it seems that |
Same issue here. In my case, the max value of |
I am sorry that it seems that this is not the problem. The code should have normalized it back to [0, 1]. I just tried two images in CelebA-HQ and they work fine. Could you please try the images in CelebA-HQ? Please note that MATLAB |
How about trying the images here? These two images work fine on my side. |
Hi, I have tried your images with command
But the output is still poor. Is it because of my wrong usage? Thank you |
I used this command:
Did you modify the codes? Here are my results: results.zip |
The output should be converted back to [-1,1]? |
The code will handle the conversion itself. There is no need to modify the code. The original code will do. |
I am able to reproduce your error just now. Please remove |
Thanks, removing |
Nice,it works. Maybe the model failed to load weights properly with --device? |
It may be, thank you for letting me know :) I will look into the problem~ I will keep this issue open for the moment in case others encounter this problem. Thanks again. |
Hi, I have tried GLEAN in mmediting for 64->1024 face SR. But the generated results are very poor.
My command is python restoration_demo.py configs/restorers/glean/glean_ffhq_16x.py workdirs/glean_ffhq_16x_20210527-61a3afad.pth tests/data/1009.png preds/1009.png --device 2
My input is 64x64 face image


and the output is
The text was updated successfully, but these errors were encountered: