HolyWu / vs-dpir

DPIR function for VapourSynth
MIT License
32 stars 3 forks source link

Use gray models when passing a GRAY clip #9

Closed LightArrowsEXE closed 2 years ago

LightArrowsEXE commented 2 years ago

I realised there's gray models included with the original DPIR. Is there a reason those can't be used when passing a GRAY clip converted to RGBS (or if it's possible, just pure GRAY support)?

HolyWu commented 2 years ago

It seems that deblocking_grayscale model is quite ineffective compared to deblocking_color model, no matter the input's resolution is mod-8 or not.