diff options
| author | Cameron <cysmith1010@gmail.com> | 2016-10-11 13:06:19 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-10-11 13:06:19 -0600 |
| commit | 1b22d8f9a2719a4d5cd98eb9a97088e9be0eba2b (patch) | |
| tree | 9a61485ac5eacc036aaf9522dfab518408bde66f /README.md | |
| parent | bb684d0d9686b8de4a91a01fc2eab52b3ed23dcc (diff) | |
Update README.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -279,7 +279,7 @@ python neural_style.py --video \ * `--video`: Boolean flag indicating if the user is creating a video. * `--start_frame`: First frame number. *Default*: `1` * `--end_frame`: Last frame number. *Default*: `1` -* `--first_frame_type`: Image used to initialize the network during the rendering of the first frame. *Choices*: `content`, `random`, `style`. *Default*: `random` +* `--first_frame_type`: Image used to initialize the network during the rendering of the first frame. *Choices*: `content`, `random`, `style`. *Default*: `content` * `--init_frame_type`: Image used to initialize the network during the every rendering after the first frame. *Choices*: `prev_warped`, `prev`, `content`, `random`, `style`. *Default*: `prev_warped` * `--video_input_dir`: Relative or absolute directory path to input frames. *Default*: `./video_input` * `--video_output_dir`: Relative or absolute directory path to write output frames to. *Default*: `./video_output` |
