sanoyo / all-paper-deep-learning-machine-lerning

0 stars 0 forks source link

Image-to-Image Translation with Conditional Adversarial Networks #37

Open sanoyo opened 5 years ago

sanoyo commented 5 years ago

要約

画像から画像を生成するGan。 Generatorには、U-Netベースのモデル、 Desciminatorは、Patch Ganというモデルを使用している。 Patchとは、小さい領域のことを指し、画像内の分割されたN×Nパッチが本物か偽物かを分類する。

image

論文リンク

https://arxiv.org/pdf/1611.07004.pdf

実装

https://github.com/eriklindernoren/Keras-GAN/blob/master/pix2pix/pix2pix.py