Spaces:
Runtime error
Runtime error
endo-yuki-t
commited on
Commit
•
715c849
1
Parent(s):
4a7bf6e
initial commit
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
# User-Controllable Latent Transformer for StyleGAN Image Layout Editing
|
2 |
-
|
3 |
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-yellow.svg"></a>
|
4 |
<p align="center">
|
5 |
<img src="docs/teaser.jpg" width="800px"/>
|
@@ -7,7 +7,7 @@
|
|
7 |
|
8 |
This repository contains our implementation of the following paper:
|
9 |
|
10 |
-
Yuki Endo: "User-Controllable Latent Transformer for StyleGAN Image Layout Editing," Computer Graphpics Forum (Pacific Graphics 2022) [[Project](http://www.cgg.cs.tsukuba.ac.jp/~endo/projects/UserControllableLT)] [[PDF (preprint)]()]
|
11 |
|
12 |
## Prerequisites
|
13 |
1. Python 3.8
|
|
|
1 |
# User-Controllable Latent Transformer for StyleGAN Image Layout Editing
|
2 |
+
<a href="https://arxiv.org/abs/2208.12408"><img src="https://img.shields.io/badge/arXiv-2208.12408-b31b1b.svg"></a>
|
3 |
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-yellow.svg"></a>
|
4 |
<p align="center">
|
5 |
<img src="docs/teaser.jpg" width="800px"/>
|
|
|
7 |
|
8 |
This repository contains our implementation of the following paper:
|
9 |
|
10 |
+
Yuki Endo: "User-Controllable Latent Transformer for StyleGAN Image Layout Editing," Computer Graphpics Forum (Pacific Graphics 2022) [[Project](http://www.cgg.cs.tsukuba.ac.jp/~endo/projects/UserControllableLT)] [[PDF (preprint)](http://arxiv.org/abs/2208.12408)]
|
11 |
|
12 |
## Prerequisites
|
13 |
1. Python 3.8
|