Alexkral / AviSynthAiUpscale

An AviSynth+ implementation of some Super-Resolution Convolutional Neural Networks.
GNU General Public License v3.0
131 stars 2 forks source link

Where are the "HQ" and "VDSR"? #2

Closed hooke007 closed 3 years ago

hooke007 commented 3 years ago

Sorry, I do not see the HQ and VDSR glsl files in the release list. Is it too slow to use in the mpv? I want to test that in the mpv if possible.

Alexkral commented 3 years ago

The HQ and VDSR models were partially or fully trained with Matlab, so I didn't have the code to convert the weights to GLSL and I only made the code to convert them to HLSL. In the next release there will be mpv hooks for all models, but for 4k upscaling with the HQ models you will probably need one of the latest GPUs from Nvidia or AMD.

hooke007 commented 3 years ago

Wow, excellent!