From bef3861d3c1ad1844a306586e66ead4bd151c6d1 Mon Sep 17 00:00:00 2001 From: k4yt3x Date: Sat, 9 May 2020 05:39:19 -0400 Subject: [PATCH] fixed some spelling errors in waifu2x-caffe --- src/video2x.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/video2x.yaml b/src/video2x.yaml index 889122c..a1c37c9 100644 --- a/src/video2x.yaml +++ b/src/video2x.yaml @@ -11,7 +11,7 @@ waifu2x_caffe: crop_h: null # input image split size(height) crop_w: null # input image split size(width) crop_size: 128 # input image split size - output_depth: 8 # output image chaneel depth bit + output_depth: 8 # output image chanel depth bit output_quality: -1 # output image quality process: gpu # process mode model_dir: null # path to custom model directory (don't append last / ) @@ -20,8 +20,8 @@ waifu2x_caffe: #scale_ratio: null # custom scale ratio noise_level: 3 # <0|1|2|3> noise reduction level mode: noise_scale # image processing mode - output_extention: null # extention to output image file when output_path is (auto) or input_path is folder - input_extention_list: null # extention to input image file when input_path is folder + output_extention: null # extension to output image file when output_path is (auto) or input_path is folder + input_extention_list: null # extension to input image file when input_path is folder #output_path: null # path to output image file (when input_path is folder, output_path must be folder) #input_path: null # (required) path to input image file waifu2x_converter_cpp: