Pytorch-cyclegan-and-pix2pix: what is the difference between cyclegan and pix2pix

Created on 4 Mar 2019  Â·  2Comments  Â·  Source: junyanz/pytorch-CycleGAN-and-pix2pix

I want to know the difference between cyclegan and pix2pix。
why you put it together。

Most helpful comment

Pix2pix and CycleGAN are both networks for image to image translation between domains. Pix2pix works in a pairwise fashion in that it needs corresponding images from two different domains to learn to translate from one to the other. CycleGAN on the other hand, does not need corresponding images from both domains to learn. It learns a two way mapping between the domains simultaneously.

All 2 comments

Pix2pix and CycleGAN are both networks for image to image translation between domains. Pix2pix works in a pairwise fashion in that it needs corresponding images from two different domains to learn to translate from one to the other. CycleGAN on the other hand, does not need corresponding images from both domains to learn. It learns a two way mapping between the domains simultaneously.

Here is a good article explaining the differences:
https://towardsdatascience.com/cyclegans-and-pix2pix-5e6a5f0159c4

Was this page helpful?
0 / 5 - 0 ratings

Related issues

TheIllusion picture TheIllusion  Â·  5Comments

ShaniGam picture ShaniGam  Â·  4Comments

wjx2 picture wjx2  Â·  3Comments

John1231983 picture John1231983  Â·  3Comments

lyhangustc picture lyhangustc  Â·  5Comments