DeadSix27 / waifu2x-converter-cpp

Improved fork of Waifu2X C++ using OpenCL and OpenCV
MIT License
792 stars 86 forks source link

Incompatible with vgg_7/art_y model from original waifu2x project #224

Closed sternskr closed 4 years ago

sternskr commented 4 years ago

Currently the art_y model from the original waifu2x project causes the program to throw the following error as it is looking for a noise0_model.json file that is not present. It is compatible with the vgg_7 models from the same page, the lack of noise0 files in the art_y model causes the current release build to throw an exception.

Not sure if this is intentional incompatible or not, so I'm reporting it

image

YukihoAA commented 4 years ago

@sternskr

please try #232

notice: there is no --noise-level 0 option in vgg_y