From d36c95b3ffdc7dff5f13b41b503ca6722d330b4f Mon Sep 17 00:00:00 2001 From: lltcggie Date: Sun, 27 Dec 2015 06:42:05 +0900 Subject: [PATCH] =?UTF-8?q?=E8=A6=81=E6=B1=82=E3=81=99=E3=82=8BCUDA?= =?UTF-8?q?=E3=81=AE=E3=83=90=E3=83=BC=E3=82=B8=E3=83=A7=E3=83=B3=E3=82=92?= =?UTF-8?q?=E5=A4=89=E6=9B=B4=E3=81=97=E5=BF=98=E3=82=8C=E3=81=A6=E3=81=84?= =?UTF-8?q?=E3=81=9F=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 5a04fa5..7f04cd0 100644 --- a/common/waifu2x.cpp +++ b/common/waifu2x.cpp @@ -111,7 +111,7 @@ const int ConvertMode = CV_RGB2YUV; const int ConvertInverseMode = CV_YUV2RGB; // 最低限必要なCUDAドライバーのバージョン -const int MinCudaDriverVersion = 6050; +const int MinCudaDriverVersion = 7050; // floatな画像をuint8_tな画像に変換する際の四捨五入に使う値 // https://github.com/nagadomi/waifu2x/commit/797b45ae23665a1c5e3c481c018e48e6f0d0e383