link arxiv
Browse files- README.md +3 -0
- visualizer_drag_gradio.py +1 -0
README.md
CHANGED
|
@@ -12,6 +12,9 @@ pinned: false
|
|
| 12 |
|
| 13 |
# Drag Your GAN: Interactive Point-based Manipulation on the Generative Image Manifold
|
| 14 |
|
|
|
|
|
|
|
|
|
|
| 15 |
<p align="center">
|
| 16 |
<img src="DragGAN.gif", width="700">
|
| 17 |
</p>
|
|
|
|
| 12 |
|
| 13 |
# Drag Your GAN: Interactive Point-based Manipulation on the Generative Image Manifold
|
| 14 |
|
| 15 |
+
https://arxiv.org/abs/2305.10973
|
| 16 |
+
https://huggingface.co/radames/DragGan
|
| 17 |
+
|
| 18 |
<p align="center">
|
| 19 |
<img src="DragGAN.gif", width="700">
|
| 20 |
</p>
|
visualizer_drag_gradio.py
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
# https://huggingface.co/radames/DragGan
|
|
|
|
| 2 |
import os
|
| 3 |
import os.path as osp
|
| 4 |
from argparse import ArgumentParser
|
|
|
|
| 1 |
# https://huggingface.co/radames/DragGan
|
| 2 |
+
# https://arxiv.org/abs/2305.10973
|
| 3 |
import os
|
| 4 |
import os.path as osp
|
| 5 |
from argparse import ArgumentParser
|