diff options
| author | Cameron <cysmith1010@gmail.com> | 2016-11-29 21:14:51 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-11-29 21:14:51 -0700 |
| commit | 6ff2d3aec356560d84ecb207075107393ff9a762 (patch) | |
| tree | c9afec7eef5cc8d85026f667fee61f07e24d33d0 | |
| parent | 82c672cf92587817877bc5fc2f9fb98dfd24a318 (diff) | |
Update README.md
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -344,7 +344,7 @@ python neural_style.py --video \ * `--model_weights`: Weights and biases of the VGG-19 network. Download [here](http://www.vlfeat.org/matconvnet/pretrained/). *Default*:`imagenet-vgg-verydeep-19.mat` * `--pooling_type`: Type of pooling in convolutional neural network. *Choices*: `avg`, `max`. *Default*: `avg` * `--device`: GPU or CPU device. GPU mode highly recommended but requires NVIDIA CUDA. *Choices*: `/gpu:0` `/cpu:0`. *Default*: `/gpu:0` -* `--image_output_dir`: Directory to write output to. *Default*: `./image_output` +* `--img_output_dir`: Directory to write output to. *Default*: `./image_output` * `--img_name`: Filename of the output image. *Default*: `result` * `--verbose`: Boolean flag indicating if statements should be printed to the console. |
