summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorcam <cameron@ideum.com>2016-10-11 12:31:26 -0600
committercam <cameron@ideum.com>2016-10-11 12:31:26 -0600
commit6bfe6da556486b0d0643576278acf25907ab9827 (patch)
tree68d4d5227d12ffbac1351e36f3804bd3559b8b8a /README.md
parentd0c264942d4817c4a1aac87bf1a8cd1dc18b6622 (diff)
Modified README
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/README.md b/README.md
index 074a6fb..8c99904 100644
--- a/README.md
+++ b/README.md
@@ -253,7 +253,6 @@ python neural_style.py --video \
* `--style_layers`: *Space-separated* VGG19 layer names used for the style image. *Default*: `relu1_1 relu2_1 relu3_1 relu4_1 relu5_1`
* `--content_layer_weights`: Space-separated weights of each content layer to the content loss. *Default*: `1.0`
* `--style_layer_weights`: Space-separated weights of each style layer to loss. *Default*: `0.2 0.2 0.2 0.2 0.2`
-* `--style_scale`: Scale of the style image. Not currently implemented.
* `--original_colors`: Boolean flag indicating if the style is transferred but not the colors.
* `--style_mask`: Boolean flag indicating if style is transferred to masked regions.
* `--style_mask_imgs`: Filenames of the style mask images (example: `face_mask.png`). To use multiple style mask images, pass a *space-separated* list. *Example*: `--style_mask_imgs face_mask.png face_mask_inv.png`