mirror of
https://github.com/lltcggie/waifu2x-caffe.git
synced 2025-06-26 13:42:48 +00:00
CUI版でデフォルトのモデルのパス指定がおかしかったのを修正
This commit is contained in:
parent
213c95e1b8
commit
cb02f60584
@ -89,7 +89,7 @@ int main(int argc, char** argv)
|
|||||||
|
|
||||||
TCLAP::ValueArg<std::string> cmdModelPath("", "model_dir",
|
TCLAP::ValueArg<std::string> cmdModelPath("", "model_dir",
|
||||||
"path to custom model directory (don't append last / )", false,
|
"path to custom model directory (don't append last / )", false,
|
||||||
"models", "string", cmd);
|
"models/anime_style_art_rgb", "string", cmd);
|
||||||
|
|
||||||
std::vector<std::string> cmdProcessConstraintV;
|
std::vector<std::string> cmdProcessConstraintV;
|
||||||
cmdProcessConstraintV.push_back("cpu");
|
cmdProcessConstraintV.push_back("cpu");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user