Skip to content

Commit 97a0247

Browse files
Update README.md
1 parent d937145 commit 97a0247

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ Two input images are used, one for the style, one for the content. A copy of the
2727
The feature extractor is used to extract style artifacts and content of given images. To get the content and style representations of an image, we pass an image forward through the VGG19 network until we get to the desired layers and then get the output from that layer.
2828

2929
Different layers through the model are used to provide the style artifacts and the content.
30-
- Content: output of the Conv 4.2, ie the convolutional layer N°2 in the stack N°4.
31-
- Style: weighted ouputs of the first conv layer in each of the 5 stacks.
30+
- Content: output of the Conv 4.2, ie the convolutional layer N°2 in the stack N°4 (higher level features deeper into the CNN)
31+
- Style: weighted ouputs of the first conv layer in each of the 5 stacks (lower lever features)
3232

3333
Ponderation weigths can be modified in the notebook.
3434

0 commit comments

Comments
 (0)