style-transfer
style-transfer copied to clipboard
The program stops at "successfully loaded images"
the program stops there and exits, could you please tell me what's wrong and how to fix it? THX!
@enlighten5 I got same issue as you did. Do you fix it?
Were the models downloaded properly via "bash scripts/download_models.sh
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 st = StyleTransfer(args.model.lower(), use_pbar=use_pbar)
. progressbar that was installed was the same as the requirement so no idea. Also, I tried building a different version of caffe (non-microsoft) just in case but eventually gave up after getting headaches from it refusing to recognize boost and gflags.
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. bash scripts/download_models.sh <model_name>