Artoriuz / ArtCNN

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

Consider adding C4F8 back #15

Closed Trinity3e closed 4 months ago

Trinity3e commented 4 months ago

I have an mpv config with lightweight processing needs here and there, especially on material that is already in high resolution, over 30 fps in framerate or if the 2x result is being slightly downscaled, C4F8 used to be below FSRCNNX in processing amount and it wouldn't drop frames, while C4F16 is uncomfortably above on the midrange gpu. Thanks for the consideration.

Artoriuz commented 4 months ago

I had originally removed it to reduce the burden of having to maintain multiple models, and because it caused some nasty aliasing sometimes.

I'll retrain it with the new stack and see if it's good enough, but yeah, it seems like a lot of people are interested in C4F8 because they can't run C4F16 well. I'll see what I can do.

Artoriuz commented 4 months ago

Done =)

Trinity3e commented 4 months ago

Appreciate it! :-)