mirror of
https://github.com/lltcggie/waifu2x-caffe.git
synced 2025-06-26 13:42:48 +00:00
CUI版のノイズ除去レベルのデフォルト値も0に変更
This commit is contained in:
parent
a1f5ec8182
commit
406d5d2161
@ -96,7 +96,7 @@ int main(int argc, char** argv)
|
||||
cmdNRLConstraintV.push_back(3);
|
||||
TCLAP::ValuesConstraint<int> cmdNRLConstraint(cmdNRLConstraintV);
|
||||
TCLAP::ValueArg<int> cmdNRLevel("n", "noise_level", "noise reduction level",
|
||||
false, 1, &cmdNRLConstraint, cmd);
|
||||
false, 0, &cmdNRLConstraint, cmd);
|
||||
|
||||
TCLAP::ValueArg<double> cmdScaleRatio("s", "scale_ratio",
|
||||
"custom scale ratio", false, 2.0, "double", cmd);
|
||||
|
Loading…
x
Reference in New Issue
Block a user