Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yunjey committed Jan 15, 2018
1 parent 4346439 commit 5bf71d6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
@@ -1,7 +1,7 @@
<p align="center"><img width="40%" src="png/logo.png" /></p>

--------------------------------------------------------------------------------
PyTorch implementation of [StarGAN: Unified Generative Adversarial Networks for Multi-Domain Image-to-Image Translation](https://arxiv.org/abs/1711.09020). StarGAN can flexibly translate an input image to any desired target domain using only a single generator and a discriminator.
PyTorch implementation of [StarGAN: Unified Generative Adversarial Networks for Multi-Domain Image-to-Image Translation](https://arxiv.org/abs/1711.09020). StarGAN can flexibly translate an input image to any desired target domain using only a single generator and a discriminator. The demo video for StarGAN can be found [here](https://www.youtube.com/watch?v=EYjdLppmERE).

<p align="center"><img width="100%" src="png/main.png" /></p>

Expand All @@ -13,7 +13,6 @@ Korea Universitiy, Clova AI Research (NAVER), The College of New Jersey, HKUST


## Results
The demo video can be found [here](https://www.youtube.com/watch?v=EYjdLppmERE).

#### Facial Attribute Transfer on CelebA
The images are generated by StarGAN trained on the CelebA dataset.
Expand Down

0 comments on commit 5bf71d6

Please sign in to comment.