summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCameron <cysmith1010@gmail.com>2016-10-23 01:15:46 -0600
committerGitHub <noreply@github.com>2016-10-23 01:15:46 -0600
commit7d71706df5c730b83637e07967e4ade055980611 (patch)
tree655ff44b89da46cc014289d45bc03f4670ece82c /README.md
parentf0953ff7edbeb330c309d66f8883040606c8b359 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6c33bd6..88f35ec 100644
--- a/README.md
+++ b/README.md
@@ -253,6 +253,7 @@ python neural_style.py --video \
* `--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`
* `--original_colors`: Boolean flag indicating if the style is transferred but not the colors.
+* `--color_convert_type`: Color space for conversion to original colors. *Choices*: `yuv`, `ycrcb`, `luv`, `lab`. *Default*: `yuv`
* `--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`
* `--noise_ratio`: Interpolation value between the content image and noise image if network is initialized with `random`. *Default*: `1.0`