From cb02f605845a66cb625706dfc35c03041eb0b371 Mon Sep 17 00:00:00 2001 From: lltcggie Date: Mon, 29 Jun 2015 15:34:07 +0900 Subject: [PATCH] =?UTF-8?q?CUI=E7=89=88=E3=81=A7=E3=83=87=E3=83=95?= =?UTF-8?q?=E3=82=A9=E3=83=AB=E3=83=88=E3=81=AE=E3=83=A2=E3=83=87=E3=83=AB?= =?UTF-8?q?=E3=81=AE=E3=83=91=E3=82=B9=E6=8C=87=E5=AE=9A=E3=81=8C=E3=81=8A?= =?UTF-8?q?=E3=81=8B=E3=81=97=E3=81=8B=E3=81=A3=E3=81=9F=E3=81=AE=E3=82=92?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- waifu2x-caffe/Source.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waifu2x-caffe/Source.cpp b/waifu2x-caffe/Source.cpp index f28d002..e32b407 100644 --- a/waifu2x-caffe/Source.cpp +++ b/waifu2x-caffe/Source.cpp @@ -89,7 +89,7 @@ int main(int argc, char** argv) TCLAP::ValueArg cmdModelPath("", "model_dir", "path to custom model directory (don't append last / )", false, - "models", "string", cmd); + "models/anime_style_art_rgb", "string", cmd); std::vector cmdProcessConstraintV; cmdProcessConstraintV.push_back("cpu");