mirror of
https://github.com/lltcggie/waifu2x-caffe.git
synced 2025-06-26 13:42:48 +00:00
input_extention_listにtgaを追加
This commit is contained in:
parent
e3e621f2e4
commit
c1a4763807
@ -546,7 +546,7 @@ private:
|
|||||||
}
|
}
|
||||||
|
|
||||||
public:
|
public:
|
||||||
DialogEvent() : dh(nullptr), mode("noise_scale"), noise_level(1), scale_ratio(2.0), model_dir("models/anime_style_art_rgb"), process("gpu"), outputExt("png"), inputFileExt("png:jpg:jpeg:tif:tiff:bmp"),
|
DialogEvent() : dh(nullptr), mode("noise_scale"), noise_level(1), scale_ratio(2.0), model_dir("models/anime_style_art_rgb"), process("gpu"), outputExt("png"), inputFileExt("png:jpg:jpeg:tif:tiff:bmp:tga"),
|
||||||
crop_size(128), batch_size(1), isLastError(false)
|
crop_size(128), batch_size(1), isLastError(false)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
@ -61,7 +61,7 @@ int main(int argc, char** argv)
|
|||||||
"(auto)", "string", cmd);
|
"(auto)", "string", cmd);
|
||||||
|
|
||||||
TCLAP::ValueArg<std::string> cmdInputFileExt("l", "input_extention_list",
|
TCLAP::ValueArg<std::string> cmdInputFileExt("l", "input_extention_list",
|
||||||
"extention to input image file when input_path is folder", false, "png:jpg:jpeg:tif:tiff:bmp",
|
"extention to input image file when input_path is folder", false, "png:jpg:jpeg:tif:tiff:bmp:tga",
|
||||||
"string", cmd);
|
"string", cmd);
|
||||||
|
|
||||||
TCLAP::ValueArg<std::string> cmdOutputFileExt("e", "output_extention",
|
TCLAP::ValueArg<std::string> cmdOutputFileExt("e", "output_extention",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user