-
Notifications
You must be signed in to change notification settings - Fork 1
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
Caffemodel path? #1
Comments
Ok, I understand, needing Python 2.7 and all good until... IOError: [Errno 2] No such file or directory: 'VGG_ILSVRC_16_layers.caffemodel' |
I downloaded the caffemodel, around 500 MB, but where about should I put the path into? Thanks. |
Sorry for poor instruction. You need to put it into python execution directory. cd /your/downloaded/path/neural_style_synthesizer
wget http://www.robots.ox.ac.uk/%7Evgg/software/very_deep/caffe/VGG_ILSVRC_16_layers.caffemodel .
python bin/convert_image_multi.py \
--iteration=10 \
--gpu=-1 \
input.png \
style.png \
--output_image=./converted.png |
Ok got it to working. Great. Arigatou~ Maybe needs path redirection for model inside the utility.py that can be changed from terminal command? Just a suggestion. Is it possible to output "progress frame" during the procession? I tried 300 pixel == 1 hour, 600 pixel == 12 hours. Would be nice to have output image every n-iterations to see the progress. |
And one more question: can I just specify a different caffemodel? Will it work right away? |
Your suggestion is reasonable. I will try to add an parameters about modelpath later. Here's my answer to your questions;
|
I have error message: No Module named 'utility'.
The text was updated successfully, but these errors were encountered: