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

About vertically flipping #18

Open
Ryann-Ran opened this issue Jan 18, 2024 · 3 comments
Open

About vertically flipping #18

Ryann-Ran opened this issue Jan 18, 2024 · 3 comments

Comments

@Ryann-Ran
Copy link

Why doesn't vertically flipping influence the generation? If the model receives the flipped image as input, why doesn't it learn to generate the flipped one?

@malonzia
Copy link

malonzia commented Apr 24, 2024

Because the target images are not flipped.And the loss function is based on the difference between the target image and the generated image, rather than the difference between the generated image and the flipped input image.

@Ryann-Ran
Copy link
Author

@malonzia Thanks for your answer. So, does it mean that any type of data augmentation can be applied to the input image?

@malonzia
Copy link

@malonzia Thanks for your answer. So, does it mean that any type of data augmentation can be applied to the input image?

Yes, any type of data augmentation can indeed be applied to the input image. This assertion is based on the papers and code I have read.

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