-
Notifications
You must be signed in to change notification settings - Fork 21
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 use UVCGANv2 for grayscale image conversion? #19
Comments
Hi @y-h-Lin,
I think, the following steps would be a good starting point to investigate this issue:
|
Thank you for your reply. Regarding point 1, I believe the image loader is functioning properly. The real_a and real_b directories display normal images, however, the other four directories (namely fake_a, fake_b, reco_a, reco_b’) are showing white images. Below is the final line from my history.csv:
|
Hi @y-h-Lin, Thank you for elaborating on this issue. Looking over the training losses, I can definitely say the the training has diverged. (Normally,
Finally, you may have an inherently difficult dataset to translate. In this case, some dataset specific workarounds need to be developed. |
Hi,
I am trying to use UVCGANv2 for grayscale image (8-bit) conversion (both domains are grayscale images).
My current approach is to convert 8-bit grayscale images into RGB images and then train the models. However, the final images are all white. I was wondering if you have any recommended approaches for handling this? Thank you!
The text was updated successfully, but these errors were encountered: