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

train #10

Open
Tanghui2000 opened this issue Nov 23, 2023 · 3 comments
Open

train #10

Tanghui2000 opened this issue Nov 23, 2023 · 3 comments

Comments

@Tanghui2000
Copy link

Hello, thank you for your work, which is enlightening to me.
I have some questions to consult. I tried to train grayscale images and color images as a set of "examples", so as to achieve image coloring. However, the generated images are very different from the original ones.
Why does this happen? How to ensure consistency with the original image?

@Zhendong-Wang
Copy link
Owner

The consistency is maintained because the model is also given the query image as the inputs. As we show in the Figure 3. The training also depends on the dataset, you input and output image pairs should be consistent.

@Tanghui2000
Copy link
Author

The consistency is maintained because the model is also given the query image as the inputs. As we show in the Figure 3. The training also depends on the dataset, you input and output image pairs should be consistent.

Thank you for helping me. It is now possible to keep the input consistent with the content of the generated image. But the resulting image's contrast and saturation seem to have changed, making it seem more noisy than the original, which bothers me. I'm using the coco dataset. Some of the images in the coco dataset are noisy. Is this misleading? Or is it something else?
屏幕截图 2023-11-29 091525

@Zhendong-Wang
Copy link
Owner

Yes, here I think image quality is important for finetuning. If the dataset is noisy, you may need longer training to converge and may converge to worse results.

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