TA的每日心情 | 慵懒 2015-10-4 05:58 |
---|
签到天数: 4 天 [LV.2]偶尔看看I
高级会员
- 积分
- 30189
|
批处理的话,就不要这 gui 了,直接用命令行的版本 waifu2x-caffe-cui.exe 吧- USAGE:
- waifu2x-caffe-cui.exe [-b <int>] [-c <int>] [-p <cpu|gpu|cudnn>]
- [--model_dir <string>] [-s <double>] [-n <1|2>]
- [-m <noise|scale|noise_scale|auto_scale>] [-e
- <string>] [-l <string>] [-o <string>] -i <string>
- [--] [--version] [-h]
- Where:
- -b <int>, --batch_size <int>
- input batch size
- -c <int>, --crop_size <int>
- input image split size
- -p <cpu|gpu|cudnn>, --process <cpu|gpu|cudnn>
- process mode
- --model_dir <string>
- path to custom model directory (don't append last / )
- -s <double>, --scale_ratio <double>
- custom scale ratio
- -n <1|2>, --noise_level <1|2>
- noise reduction level
- -m <noise|scale|noise_scale|auto_scale>, --mode <noise|scale
- |noise_scale|auto_scale>
- image processing mode
- -e <string>, --output_extention <string>
- extention to output image file when output_path is (auto) or
- input_path is folder
- -l <string>, --input_extention_list <string>
- extention to input image file when input_path is folder
- -o <string>, --output_path <string>
- path to output image file (when input_path is folder, output_path must
- be folder)
- -i <string>, --input_path <string>
- (required) path to input image file
- --, --ignore_rest
- Ignores the rest of the labeled arguments following this flag.
- --version
- Displays version information and exits.
- -h, --help
- Displays usage information and exits.
- waifu2x reimplementation using Caffe
复制代码 |
|