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

A question about the experimental result #16

Open
Danee-wawawa opened this issue Oct 23, 2023 · 2 comments
Open

A question about the experimental result #16

Danee-wawawa opened this issue Oct 23, 2023 · 2 comments
Assignees
Labels
question Further information is requested

Comments

@Danee-wawawa
Copy link

Danee-wawawa commented Oct 23, 2023

Hello, I am using uvcgan2 to make image set A have image set B image style while maintaining the original image content.
However, I am currently encountering an issue.
The generated 'fake_b.png' result completely lost the content of image "real_a.png" and approximated a certain image in the B training set.
What is the reason for this and how can it be resolved? I need help. Thank you~

@usert5432
Copy link
Collaborator

Hi @Danee-wawawa,

It is hard to tell without knowing the details of the dataset. My speculation is that the following things can be involved:

  1. Insufficient magnitude of the cycle-consistency loss. To check this -- you can examine reco_a image. If reco_a looks like real_a then everything is fine. Otherwise, you could try increasing the magnitude of the lambda_a and lambda_b hyperparameters.
  2. "Unaligned" datasets. If the datasets are very different in terms of the positions of the objects, this may also contribute. For instance, if one tries to perform Male <-> Female translation, but Male faces are located in the top 1/2 of the image, while Female faces are located in the bottom 1/2 of the image, then the resulting translation will fail to match Male <-> Female faces and produce random outputs. If your dataset exhibits similar properties, then you would need to add some data augmentations to fix that.

@usert5432 usert5432 self-assigned this Oct 25, 2023
@usert5432 usert5432 added the question Further information is requested label Oct 25, 2023
@Danee-wawawa
Copy link
Author

OK,thank you~I will try these.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants