mirror of
https://github.com/lltcggie/waifu2x-caffe.git
synced 2025-06-26 21:52:49 +00:00
GUIの自動設定出力名のフォーマットがCUIと違うのを修正
This commit is contained in:
parent
91128d864b
commit
4a11a7bb63
@ -93,7 +93,7 @@ private:
|
|||||||
private:
|
private:
|
||||||
std::string AddName() const
|
std::string AddName() const
|
||||||
{
|
{
|
||||||
std::string addstr("_" + mode);
|
std::string addstr("(" + mode + ")");
|
||||||
|
|
||||||
if (mode.find("noise") != mode.npos || mode.find("auto_scale") != mode.npos)
|
if (mode.find("noise") != mode.npos || mode.find("auto_scale") != mode.npos)
|
||||||
addstr += "(Level" + std::to_string(noise_level) + ")";
|
addstr += "(Level" + std::to_string(noise_level) + ")";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user