diff options
| author | Cameron <cysmith1010@gmail.com> | 2016-10-11 15:42:03 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-10-11 15:42:03 -0600 |
| commit | 6447b23cfda01d1c0ccc63d8e540f942ab1357f5 (patch) | |
| tree | deaa816a9c9a1d0c5b6fa936261b6c60848cdd33 | |
| parent | 2a033027e3850afa4f1085c1b8b607864a15769d (diff) | |
Update README.md
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -71,7 +71,7 @@ More than one style image can be used to blend multiple artistic styles. </p> ### Style Interpolation -When using multiple style images, the degree to which they are blended can be controlled. +When using multiple style images, the degree of blending between the images can be controlled. <p align="center"> <img src="image_input/taj_mahal.jpg" height="178px"> <img src="examples/style_interpolation/taj_mahal_scream_2_starry_8.png" height="178px"> @@ -83,7 +83,7 @@ When using multiple style images, the degree to which they are blended can be co </p> ### Transfer style but not color -By including the flag `--original_colors` the output image will retain the colors of the original image. +By including the flag `--original_colors` the output image will preserve the color scheme of the original image. *Left to right*: content image, stylized image, stylized image with the original colors of the content image <p align="center"> |
