Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 15 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,25 @@

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

## Install
This application uses python2, if you don't have it please install.
Also this application require PyTorch and NumPy, you can install them with further commands:
```shell
pip install numpy
```
*and*
```shell
pip install pytorch
```
*Install GUI library*
```shell
# gui
pip install dearpygui
# run demo
```
Run Test program
```shell
python gui.py
```
If you have any errors check *requirements.txt* with all versions of required packages

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

Expand Down
140 changes: 140 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,140 @@
appdirs==1.4.4
apt-clone==0.2.1
apturl==0.5.2
asgiref==3.6.0
beautifulsoup4==4.10.0
blinker==1.6.2
Brlapi==0.8.3
certifi==2020.6.20
chardet==4.0.0
click==8.1.3
cmake==3.26.3
colorama==0.4.4
command-not-found==0.3
configobj==5.0.6
cryptography==3.4.8
cupshelpers==1.0
dbus-python==1.2.18
dearpygui==1.9.1
defer==1.0.6
distlib==0.3.6
distro==1.7.0
Django==4.2.1
exceptiongroup==1.1.1
eyeD3==0.8.10
ffmpeg-downloader==0.2.0
filelock==3.12.0
Flask==2.3.2
Flask-SQLAlchemy==3.0.3
greenlet==1.1.2
grpcio==1.30.2
httplib2==0.20.2
idna==3.3
ifaddr==0.1.7
IMDbPY==2021.4.18
importlib-metadata==4.6.4
iniconfig==2.0.0
itsdangerous==2.1.2
jeepney==0.7.1
Jinja2==3.1.2
joblib==1.2.0
keyring==23.5.0
launchpadlib==1.10.16
lazr.restfulclient==0.14.4
lazr.uri==1.0.6
lit==16.0.5
louis==3.20.0
macaroonbakery==1.3.1
Mako==1.1.3
MarkupSafe==2.1.2
more-itertools==8.10.0
mpmath==1.3.0
msgpack==1.0.3
nemo-emblems==5.6.0
netaddr==0.8.0
netifaces==0.11.0
networkx==3.1
nltk==3.8.1
numpy==1.24.3
nvidia-cublas-cu11==11.10.3.66
nvidia-cuda-cupti-cu11==11.7.101
nvidia-cuda-nvrtc-cu11==11.7.99
nvidia-cuda-runtime-cu11==11.7.99
nvidia-cudnn-cu11==8.5.0.96
nvidia-cufft-cu11==10.9.0.58
nvidia-curand-cu11==10.2.10.91
nvidia-cusolver-cu11==11.4.0.1
nvidia-cusparse-cu11==11.7.4.91
nvidia-nccl-cu11==2.14.3
nvidia-nvtx-cu11==11.7.91
oauthlib==3.2.0
onboard==1.4.1
packaging==21.3
PAM==0.4.2
pexpect==4.8.0
Pillow==9.0.1
pipenv==2023.5.19
platformdirs==3.5.1
playsound==1.3.0
pluggy==1.0.0
protobuf==3.12.4
psutil==5.9.0
ptyprocess==0.7.0
pycairo==1.20.1
pycups==2.0.1
pycurl==7.44.1
pydub==0.25.1
pyelftools==0.27
pygame==2.4.0
PyGObject==3.42.1
PyICU==2.8.1
pyinotify==0.9.6
PyJWT==2.3.0
pymacaroons==0.13.0
PyNaCl==1.5.0
pynvim==0.4.2
pyparsing==2.4.7
pyparted==3.11.7
pyRFC3339==1.1
pytest==7.3.1
python-apt==2.4.0+ubuntu1
python-debian===0.1.43ubuntu1
python-gnupg==0.4.8
python-magic==0.4.24
python-xlib==0.29
pytz==2022.1
pyxdg==0.27
PyYAML==5.4.1
regex==2023.5.5
reportlab==3.6.8
requests==2.25.1
requests-file==1.5.1
SecretStorage==3.3.1
setproctitle==1.2.2
six==1.16.0
soupsieve==2.3.1
SQLAlchemy==1.4.31
sqlparse==0.4.4
sympy==1.12
systemd-python==234
tinycss2==1.1.1
tldextract==3.1.2
tomli==2.0.1
torch==2.0.1
tqdm==4.65.0
triton==2.0.0
typing_extensions==4.6.1
ubuntu-drivers-common==0.0.0
ufw==0.36.1
Unidecode==1.3.3
urllib3==1.26.5
virtualenv==20.23.0
virtualenv-clone==0.5.7
wadllib==1.3.6
webencodings==0.5.1
Werkzeug==2.3.4
xdg==5
xkit==0.0.0
xlrd==1.2.0
youtube-dl==2021.12.17
zipp==1.0.0