Artoriuz / ArtCNN

Super-Resolution Convolutional Neural Networks as GLSL shaders for mpv
MIT License
109 stars 2 forks source link

Request: C4F8 Chroma variant #13

Closed TrumpetMonkey closed 5 months ago

TrumpetMonkey commented 5 months ago

Would you consider making one?

Artoriuz commented 5 months ago

The chroma variant needs to output 2 distinct channels, and C4F8 is simply not good enough to do this without blocking/aliasing. I'd rather work on making C4F16 faster than waste time on a model that's intrinsically too small for the task.

TrumpetMonkey commented 5 months ago

That would work too, C4F16 Chroma on a native res 1080 24p video gets me into the low 50s (My display is 60hz)

btw thanks for all of the effort you put into your shaders !!