mirror of https://github.com/XingangPan/DragGAN
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
816 B
Markdown
25 lines
816 B
Markdown
|
3 years ago
|
# Drag Your GAN: Interactive Point-based Manipulation on the Generative Image Manifold
|
||
|
|
|
||
|
|
<p align="center">
|
||
|
|
<img src="DragGAN.gif", width="900">
|
||
|
|
</p>
|
||
|
|
|
||
|
|
**Figure:** *Drag your GAN.*
|
||
|
|
|
||
|
|
> **Drag Your GAN: Interactive Point-based Manipulation on the Generative Image Manifold** <br>
|
||
|
|
> Xingang Pan, Ayush Tewari, Thomas Leimkühler, Lingjie Liu, Abhimitra Meka, Christian Theobalt<br>
|
||
|
|
> *SIGGRAPH 2023 Conference Proceedings*
|
||
|
|
|
||
|
|
Code will be released in June.
|
||
|
|
|
||
|
|
## BibTeX
|
||
|
|
|
||
|
|
```bibtex
|
||
|
|
@inproceedings{pan2023draggan,
|
||
|
|
title={Drag Your GAN: Interactive Point-based Manipulation on the Generative Image Manifold},
|
||
|
|
author={Pan, Xingang and Tewari, Ayush, and Leimkühler, Thomas and Liu, Lingjie and Meka, Abhimitra and Theobalt, Christian},
|
||
|
|
booktitle = {ACM SIGGRAPH 2022 Conference Proceedings},
|
||
|
|
year={2023}
|
||
|
|
}
|
||
|
|
```
|