medicaldiffusion icon indicating copy to clipboard operation
medicaldiffusion copied to clipboard

About vertically flipping

Open Ryann-Ran opened this issue 2 years ago • 3 comments

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?

Ryann-Ran avatar Jan 18 '24 14:01 Ryann-Ran

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.

malonzia avatar Apr 24 '24 01:04 malonzia

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

Ryann-Ran avatar Apr 29 '24 13:04 Ryann-Ran

@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.

malonzia avatar Apr 30 '24 02:04 malonzia