From eb7152e4a029995fa93e64b7db8cbd3b2012cdb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Rodr=C3=ADguez?= Date: Sun, 2 Oct 2022 17:13:21 +0200 Subject: [PATCH 1/2] Add SeamlessGAN --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d4ef309..a6960c1 100644 --- a/README.md +++ b/README.md @@ -152,6 +152,8 @@ Physics Synthesis, [[paper]](https://arxiv.org/pdf/1701.05927.pdf), [[github]](h + (Games) STYLE TRANSFER GENERATIVE ADVERSARIAL NETWORKS: LEARNING TO PLAY CHESS DIFFERENTLY, [[paper]](https://openreview.net/pdf?id=HkpbnufYe), [[github]](https://github.com/2014mchidamb/AdversarialChess) + (General) Spectral Normalization for Generative Adversarial Networks, [[paper]](https://openreview.net/pdf?id=B1QRgziT-), [[github]](https://github.com/minhnhat93/tf-SNDCGAN) ++ (Graphics) SeamlessGAN: Self-Supervised Synthesis of Tileable Texture Maps, [[paper]](https://arxiv.org/abs/2201.05120), [[youtube]](https://youtu.be/5vWW84jsRyk), [[site link]](https://carlosrodriguezpardo.es/projects/SeamlessGAN/) + ----- ## Did not use GAN, but still interesting applications. From c28acec28dff46edcbc62d12653ddc3610449501 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Rodr=C3=ADguez?= Date: Sun, 2 Oct 2022 17:14:23 +0200 Subject: [PATCH 2/2] Add SeamlessGAN, Removed Space --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index a6960c1..62f57bc 100644 --- a/README.md +++ b/README.md @@ -153,7 +153,6 @@ Physics Synthesis, [[paper]](https://arxiv.org/pdf/1701.05927.pdf), [[github]](h LEARNING TO PLAY CHESS DIFFERENTLY, [[paper]](https://openreview.net/pdf?id=HkpbnufYe), [[github]](https://github.com/2014mchidamb/AdversarialChess) + (General) Spectral Normalization for Generative Adversarial Networks, [[paper]](https://openreview.net/pdf?id=B1QRgziT-), [[github]](https://github.com/minhnhat93/tf-SNDCGAN) + (Graphics) SeamlessGAN: Self-Supervised Synthesis of Tileable Texture Maps, [[paper]](https://arxiv.org/abs/2201.05120), [[youtube]](https://youtu.be/5vWW84jsRyk), [[site link]](https://carlosrodriguezpardo.es/projects/SeamlessGAN/) - ----- ## Did not use GAN, but still interesting applications.