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);