Skip to content
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

how i'm suppose to write the images in #28

Open
Hallr841 opened this issue Apr 19, 2016 · 2 comments
Open

how i'm suppose to write the images in #28

Hallr841 opened this issue Apr 19, 2016 · 2 comments

Comments

@Hallr841
Copy link

python style.py -s <style_image> -c <content_image> -m <model_name> -g 0

sorry it not clear to me how do i'm supposed to write in the content i want to do , and in what directory

  1. python style.py -s <style_fruit.jpg> -c <content_orange> -m <model_vgg> -g 0
  2. python style.py -s <fruit.jpg> -c <orange.png> -m -g 0
  3. python style.py -s fruit.jpg -c orange.png -m vgg -g 0
@Hallr841
Copy link
Author

python style.py -s -c -m -g 00
-bash: scan4: No such file or directory

@waltner
Copy link

waltner commented Apr 28, 2016

You should use:
python style.py -s images/style/starry_night.jpg -c images/content/johannesburg.jpg -m vgg16

You can also include an output folder (switch -o), as the standard folder 'output' is not in the directory structure of the git.

python style.py -s images/style/starry_night.jpg -c images/content/johannesburg.jpg -m vgg16 -o images/results/
All available options/parameters can be found in style.py in lines 88-97.

HTH, Georg.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants