diff options
| author | Cameron <cysmith1010@gmail.com> | 2016-10-20 12:47:05 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-10-20 12:47:05 -0600 |
| commit | 181647f8ac55ed8ec2eb536ce09532e9519afdb8 (patch) | |
| tree | c143503702377c6c3317fbe50535e0b1a0806f51 | |
| parent | fcc00c57013a2bad33d9a0c00f42887d63fc2a2f (diff) | |
Update README.md
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -177,7 +177,7 @@ bash stylize_image.sh <path_to_content_image> <path_to_style_image> ``` *Example*: ``` -bash stylize_image.sh ./image_input/lion.jpg ./styles/starry-night.jpg +bash stylize_image.sh ./image_input/lion.jpg ./styles/kandinsky.jpg ``` *Note*: Supported image formats include: `.png`, `.jpg`, `.ppm`, `.pgm` @@ -192,7 +192,7 @@ bash stylize_video.sh <path_to_video> <path_to_style_image> ``` *Example*: ``` -bash stylize_video.sh ./video_input/video.mp4 ./styles/starry-night.jpg +bash stylize_video.sh ./video_input/video.mp4 ./styles/kandinsky.jpg ``` *Note*: Supported video formats include: `.mp4`, `.mov`, `.mkv` |
