forked from XingangPan/DragGAN
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit f38638f
Showing
2 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# 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} | ||
} | ||
``` |