Skip to content

Commit

Permalink
add TODO list
Browse files Browse the repository at this point in the history
  • Loading branch information
JiauZhang authored May 24, 2023
1 parent 4787d01 commit 5cb7ad2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<img src="./draggan.png" width="750" alt="Architecture of DragGAN"/>

# DragGAN
# DragGAN - WIP
Implementation of [DragGAN: Interactive Point-based Manipulation on the Generative Image Manifold](https://arxiv.org/abs/2305.10973).

```shell
Expand All @@ -12,6 +12,12 @@ python gui.py

<img src="./UI.png" width="600" alt="Demo UI"/>

# TODO
- [x] GUI
- [ ] drag it - in coming today or tomorrow
- [ ] load real image
- [ ] mask

# StyleGAN2 Pre-Trained Model
Rosinality's pre-trained model(256px) on FFHQ 550k iterations \[[Link](https://drive.google.com/open?id=1PQutd-JboOCOZqmd95XWxWrO8gGEvRcO)\].

Expand Down

0 comments on commit 5cb7ad2

Please sign in to comment.