Closed russelldj closed 2 years ago
Strange! Could you disable flipping when you run this and see if it still happens? --no_flip
is the command line option.
Well, I don't think it's that strange. It is just how FastCUT
is implemented.
flip_equivariance
is enabled for FastCUT
by defaultself.fake
is flipped, tooself.fake
does not get flipped back → hence, we see the horizontally flipped image in visomNow regarding the other parts of the question:
real_B
, so there is no such thing as a "structure"real_A
, fake_B
and real_B
. But real_A
contains the non-flipped original image, fake_B
however contains the flipped fake imageThanks for figuring this out.
Hi all,
Great work. Perhaps this is a one-off error but I found it interesting. While training with
FastCUT
and an input resolution of512x512
I found that some of my generated images are left-right flipped. Surprisingly, the structure seems like it would match if the image were flipped back. Here are some examples