From 406d5d21610be66cd3c9a9195f377a55ef2c43c3 Mon Sep 17 00:00:00 2001 From: lltcggie Date: Mon, 11 Jul 2016 00:33:52 +0900 Subject: [PATCH] =?UTF-8?q?CUI=E7=89=88=E3=81=AE=E3=83=8E=E3=82=A4?= =?UTF-8?q?=E3=82=BA=E9=99=A4=E5=8E=BB=E3=83=AC=E3=83=99=E3=83=AB=E3=81=AE?= =?UTF-8?q?=E3=83=87=E3=83=95=E3=82=A9=E3=83=AB=E3=83=88=E5=80=A4=E3=82=82?= =?UTF-8?q?0=E3=81=AB=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- waifu2x-caffe/Source.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waifu2x-caffe/Source.cpp b/waifu2x-caffe/Source.cpp index 26fbd77..35473f3 100644 --- a/waifu2x-caffe/Source.cpp +++ b/waifu2x-caffe/Source.cpp @@ -96,7 +96,7 @@ int main(int argc, char** argv) cmdNRLConstraintV.push_back(3); TCLAP::ValuesConstraint cmdNRLConstraint(cmdNRLConstraintV); TCLAP::ValueArg cmdNRLevel("n", "noise_level", "noise reduction level", - false, 1, &cmdNRLConstraint, cmd); + false, 0, &cmdNRLConstraint, cmd); TCLAP::ValueArg cmdScaleRatio("s", "scale_ratio", "custom scale ratio", false, 2.0, "double", cmd);