summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcam <cameron@ideum.com>2016-10-26 14:11:49 -0600
committercam <cameron@ideum.com>2016-10-26 14:11:49 -0600
commit7773e09ac3965142d651a33babc00e978d721077 (patch)
tree9fa3a757a225fba1dc21d4063cf0fa68638df3c6
parent71a55de6efdb22656057bf5b249f8e407f508f9a (diff)
parentefe8ca08a9be4c23bacb551970c4610681cac891 (diff)
Merge branch 'master' of https://github.com/cysmith/neural-style-tf
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 706f8cd..e0a89fe 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ by Leon A. Gatys, Matthias Bethge, Aaron Hertzmann, Eli Shechtman
Additionally, techniques are presented for semantic segmentation and multiple style transfer.
-The Neural Style algorithm combines the content of one image with the style of another image using convolutional neural networks. Below is an example of transferring the artistic style of [The Starry Night](https://en.wikipedia.org/wiki/The_Starry_Night) onto a photograph of an African lion:
+The Neural Style algorithm combines the content of one image with the style of another image using convolutional neural networks (CNN). Below is an example of transferring the artistic style of [The Starry Night](https://en.wikipedia.org/wiki/The_Starry_Night) onto a photograph of an African lion:
<p align="center">
<img src="examples/lions/42_output.png" width="512"/>
@@ -188,21 +188,21 @@ Here we reproduce Figure 3 from [the original paper](https://arxiv.org/abs/1508.
</tr>
<tr>
<td>conv1_1</td>
-<td><img src="examples/layers/relu1_1_1e5.png" width="192"></td>
+<td><img src="examples/layers/conv1_1_1e5.png" width="192"></td>
<td><img src="examples/layers/conv1_1_1e4.png" width="192"></td>
<td><img src="examples/layers/conv1_1_1e3.png" width="192"></td>
<td><img src="examples/layers/conv1_1_1e2.png" width="192"></td>
</tr>
<tr>
<td>conv2_1</td>
-<td><img src="examples/layers/relu2_1_1e5.png" width="192"></td>
+<td><img src="examples/layers/conv2_1_1e5.png" width="192"></td>
<td><img src="examples/layers/conv2_1_1e4.png" width="192"></td>
<td><img src="examples/layers/conv2_1_1e3.png" width="192"></td>
<td><img src="examples/layers/conv2_1_1e2.png" width="192"></td>
</tr>
<tr>
<td>conv3_1</td>
-<td><img src="examples/layers/relu3_1_1e5.png" width="192"></td>
+<td><img src="examples/layers/conv3_1_1e5.png" width="192"></td>
<td><img src="examples/layers/conv3_1_1e4.png" width="192"></td>
<td><img src="examples/layers/conv3_1_1e3.png" width="192"></td>
<td><img src="examples/layers/conv3_1_1e2.png" width="192"></td>