-
Notifications
You must be signed in to change notification settings - Fork 815
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 Scream - Not Working #157
Comments
seems you are using the wave model... |
Appears to be the same as issue #153 |
@ArtlyStyles, good catch. I copied and pasted the wrong command. Updated now. @3DTOPO, for your issue none of the models work, correct? For mine, the eccv16 models work as expected, although none of the instance_normalization models work. |
@sangjunnn came up with a wonderful solution to this in issue #137. Basically, cd to the torch folder and run:
|
I'm using the pre-trained model for The Scream, and I'm getting an image that looks like this:
Here is the command I used:
th fast_neural_style.lua \
-model models/instance_normalization/the_scream.t7 \
-input_image images/content/acadia.jpg \
-output_image images/output/acadia-scream.jpg
Is this an issue or am I doing something wrong?
The text was updated successfully, but these errors were encountered: