Crush When I drag the pic to the app
Traceback (most recent call last):
File "D:\AI\DragGAN\DragGAN-main\DragGAN-main\visualizer_drag.py", line 402, in
when I try to drag a pic to the pic.... and show me 'no network pickle loaded'
想上传自己的图进行编辑,拖了张图去中间,瞬间程序闪退,显示no network pickle loaded
Comment out those 3 lines of code and it should run, that's my fix for now.
@PDillis would you mind sharing which 3 lines of code did you comment out? thanks!
Please check your checkpoints directory, as the README mentioned. You can't just drag random image to it
This GUI supports editing GAN-generated images.
The fastest way to test is is to just download the premodel
sh scripts/gui.sh
@lauchokyip @Uknownoth1ng the PR ccd84ff has fixed this, so just do a git pull and the error shouldn't exist.