mirror of
https://github.com/lltcggie/waifu2x-caffe.git
synced 2025-06-26 13:42:48 +00:00
要求するCUDAのバージョンを変更し忘れていたのを修正
This commit is contained in:
parent
35d487e6f7
commit
d36c95b3ff
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user