DeadSix27 / waifu2x-converter-cpp

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

Where can i find models? #261

Closed Specy closed 3 years ago

Specy commented 3 years ago

I'm making a waifu2x GUI using this lib and i was trying to find some other models to use for it, currently i only have RGB and Photo, is there some place where i can find other models?

YukihoAA commented 3 years ago

this repo only supports vgg_7 models so its all for now.

Specy commented 3 years ago

this repo only supports vgg_7 models so its all for now.

Ah sad, also just a question, does the upconv models give better results than the vgg_7 ones (I know they aren't compatible) ?

YukihoAA commented 3 years ago

These models are works slightly different.

If you want to scale images, upconv_7 would be slightly improved results.

for noise reduction, vgg_7 would be fine.

Specy commented 3 years ago

Ok thank you, I was thinking to switch to the caffee one since it has more models and settings but was restrained by its size