XingangPan / DragGAN

Official Code for DragGAN (SIGGRAPH 2023)
https://vcai.mpi-inf.mpg.de/projects/DragGAN/
Other
35.65k stars 3.44k forks source link

sh: 0: cannot open scripts/download_model.sh: No such file #393

Open cutifavour opened 1 year ago

cutifavour commented 1 year ago

the above show when i try to run this code !sh scripts/download_model.sh

what do i do?

NickAnastasoff commented 1 year ago

it is python scripts/download_model.py not sh scripts/download_model.sh

emjay73 commented 11 months ago

In colab, use the following line instead

!python scripts/download_model.py
rajnish159 commented 9 months ago

!python scripts/download_model.py , yeah this is working