DragGAN icon indicating copy to clipboard operation
DragGAN copied to clipboard

Error. Don't start gui.sh

Open asnekrassov opened this issue 2 years ago • 7 comments

After install all python libraries: click on gui.sh => Error: 1

asnekrassov avatar Jun 26 '23 11:06 asnekrassov

Run python visualizer_drag.py, the bash script will only make sure you have the models they show in the demo in the dropdown. The GUI is quite flexible, so you can drag-and-drop the downloaded models instead of this.

PDillis avatar Jun 26 '23 11:06 PDillis

Run python visualizer_drag.py, the bash script will only make sure you have the models they show in the demo in the dropdown. The GUI is quite flexible, so you can drag-and-drop the downloaded models instead of this.

image

asnekrassov avatar Jun 26 '23 11:06 asnekrassov

I got that at the beginning as well. My solution as of now is to remove those 3 lines of code and it's running (using Windows 10). Maybe there'll be a fix, but I think those lines don't do much.

PDillis avatar Jun 26 '23 12:06 PDillis

I got that at the beginning as well. My solution as of now is to remove those 3 lines of code and it's running (using Windows 10). Maybe there'll be a fix, but I think those lines don't do much.

What are the lines?

asnekrassov avatar Jun 26 '23 12:06 asnekrassov

180-182, the if condition it's checking (and I think shouldn't be there).

PDillis avatar Jun 26 '23 12:06 PDillis

180-182, the if condition it's checking (and I think shouldn't be there).

image

asnekrassov avatar Jun 26 '23 12:06 asnekrassov

Magic :D

asnekrassov avatar Jun 26 '23 12:06 asnekrassov