summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCameron <cysmith1010@gmail.com>2016-10-25 16:48:43 -0600
committerGitHub <noreply@github.com>2016-10-25 16:48:43 -0600
commitbbddd8aa47b8449da053a4102a1477f85ed7b728 (patch)
tree21902f4bfb3c0896f3ee11e233d8b6b537ca00d4 /README.md
parentf2b9a0798afdc5d2d190272a388272bf133fe9cd (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 9 insertions, 5 deletions
diff --git a/README.md b/README.md
index 03f180b..e7a5c07 100644
--- a/README.md
+++ b/README.md
@@ -159,12 +159,16 @@ The initialization of the gradient descent is controlled using `--init_img_type`
Here we reproduce Figure 6 from the first paper:
<p align="center">
-<img src="examples/initialization/init_content.png" width="192">
-<img src="examples/initialization/init_style.png" width="192">
-<img src="examples/initialization/init_random_1.png" width="192">
-<img src="examples/initialization/init_random_2.png" width="192">
+<img src="examples/initialization/init_content.png" height="192">
+<img src="examples/initialization/init_style.png" height="192">
+<img src="examples/initialization/init_random_1.png" height="192">
+
+<img src="examples/initialization/init_random_2.png" height="192">
+<img src="examples/initialization/init_random_3.png" height="192">
+<img src="examples/initialization/init_random_4.png" height="192">
</p>
-*Left to right*: Initialized with the content image, the style image, white noise (seed 1), white noise (seed 2)
+*Top row (left to right)*: Initialized with the content image, the style image, white noise (seed 1)
+*Bottom row (left to right)*: Initialized with white noise (seed 2), white noise (seed 3), white noise (seed 4)
## Setup
#### Dependencies: