要求するCUDAのバージョンを変更し忘れていたのを修正

This commit is contained in:
lltcggie 2015-12-27 06:42:05 +09:00
parent 35d487e6f7
commit d36c95b3ff

View File

@ -111,7 +111,7 @@ const int ConvertMode = CV_RGB2YUV;
const int ConvertInverseMode = CV_YUV2RGB; const int ConvertInverseMode = CV_YUV2RGB;
// 最低限必要なCUDAドライバーのバージョン // 最低限必要なCUDAドライバーのバージョン
const int MinCudaDriverVersion = 6050; const int MinCudaDriverVersion = 7050;
// floatな画像をuint8_tな画像に変換する際の四捨五入に使う値 // floatな画像をuint8_tな画像に変換する際の四捨五入に使う値
// https://github.com/nagadomi/waifu2x/commit/797b45ae23665a1c5e3c481c018e48e6f0d0e383 // https://github.com/nagadomi/waifu2x/commit/797b45ae23665a1c5e3c481c018e48e6f0d0e383