junyanz / pytorch-CycleGAN-and-pix2pix

Image-to-Image Translation in PyTorch
Other
23.09k stars 6.32k forks source link

why I use BtoA in train.py and test.py, the ground truth is the B and img is A, then I get the fakeB? #1673

Open master2021-bit opened 2 months ago

master2021-bit commented 2 months ago

I confused about it, why not the BtoA is use the Bimg to generator the Aimg?