From c9efb9f9d047708bdf03353763d067c95982b33d Mon Sep 17 00:00:00 2001 From: nagadomi Date: Tue, 15 Nov 2016 00:44:54 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=8E=E3=82=A4=E3=82=BA=E9=99=A4=E5=8E=BB?= =?UTF-8?q?=E3=81=AE=E3=81=BF=E3=81=AE=E3=81=A8=E3=81=8D=E3=81=ABTTA?= =?UTF-8?q?=E3=81=8C=E9=81=A9=E7=94=A8=E3=81=A7=E3=81=8D=E3=81=AA=E3=81=84?= =?UTF-8?q?=E3=81=AE=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/waifu2x.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/waifu2x.cpp b/common/waifu2x.cpp index 8c2ed1e..84ef227 100644 --- a/common/waifu2x.cpp +++ b/common/waifu2x.cpp @@ -903,7 +903,7 @@ Waifu2x::eWaifu2xError Waifu2x::ReconstructImage(const double factor, const int cv::Size_ size; image.GetScalePaddingedRGB(im, size, mNoiseNet->GetNetOffset(), OuterPadding, crop_w, crop_h, 1); - ret = ProcessNet(mNoiseNet, crop_w, crop_h, use_tta, batch_size, im); + ret = ReconstructByNet(mNoiseNet, crop_w, crop_h, use_tta, batch_size, cancel_func, im); if (ret != Waifu2x::eWaifu2xError_OK) return ret;