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

Adding the missing outputs #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 9 additions & 5 deletions images/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,13 @@ The various folders named ``style``, ``content``, ``output`` or ``frames`` are t

.. code:: bash

doodle --style style/sketch4.jpg --output-size=512x512\
--passes 2 --layers 5 4 3 --iterations 4 3 2
doodle --style style/sketch4.jpg --output-size=512x512 \
--passes 2 --layers 5 4 3 --iterations 4 3 2 \
--output output/sketch4_texture.png

doodle --style style/paint4.jpg --output-size=512x512 \
--passes 2 --layers 5 4 3 --iterations 4 3 2
--passes 2 --layers 5 4 3 --iterations 4 3 2 \
--output output/paint4_texture.png


3. Style Transfer
Expand All @@ -43,7 +45,8 @@ The various folders named ``style``, ``content``, ``output`` or ``frames`` are t

doodle --content content/Freddie.jpg --style style/charcoal1.jpg \
-passes 2 --layers 5 4 --iterations 3 3 \
--variety 20 10 0 --content-weight 0.3 0.1 0.0
--variety 20 10 0 --content-weight 0.3 0.1 0.0 \
--output output/Freddie_charcoal1.png


4. Neural Doodle
Expand All @@ -53,4 +56,5 @@ The various folders named ``style``, ``content``, ``output`` or ``frames`` are t

doodle --content content/Freddie.jpg --style style/charcoal2.jpg --semantic-weight=1.0 \
--passes 2 --layers 5 4 --iterations 3 2 \
--variety 100 0 --content-weight 0.1 0.0 --noise-weight 0.1 0.0
--variety 100 0 --content-weight 0.1 0.0 --noise-weight 0.1 0.0 \
--output output/Freddie_charcoal2.png