-
Notifications
You must be signed in to change notification settings - Fork 385
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The program stops at "successfully loaded images" #47
Comments
@enlighten5 I got same issue as you did. Do you fix it? |
Were the models downloaded properly via "bash scripts/download_models.sh "? Having the appropriate model binaries in style-transfer/models solves this issue. |
Getting same problem, just built pycaffe for Win7 using Miniconda 2. Double checked the models locations. |
Update: I messed around with logging.info and it seems to stop at |
Hello,guys! I am a chinese. So, I hope you can understand me. I just use command "python demo.py -s <style_image> -c <content_image>". If you want to change the model, you can update function styletransfer. These are the optional input like: googlenet、caffenet、vgg16、vgg19. You should download corresponding model into /models/...(like googlenet, you should download model into /models/googlenet). It works! |
I wish it did. demo.py also just seems to quit, probably pretty early after it starts. And once again I double checked everything, every file in every folder and every prerequisite. Hopefully on the Windows side someone eventually develops a better alternative. |
SOLVED: You have to download the models, the are not predownloaded. |
the program stops there and exits, could you please tell me what's wrong and how to fix it? THX!
The text was updated successfully, but these errors were encountered: