Skip to content

Unpaired Image to Image Translation using Cycle Consistent Adversarial Networks

DingfengShi edited this page May 24, 2018 · 1 revision

训练数据不需要成对,实现了域对域的图片风格转换

  1. 由于训练数据不是成对的,因此是有限制条件的:
    • 生成的图片要能通过另一个生成器转化成原来的图片(有点像自编码器)
  2. 相当于训练了两个GAN,分别把各自的输出作为对方的输入
Clone this wiki locally