nihui / realsr-ncnn-vulkan

RealSR super resolution implemented with ncnn library
MIT License
1.09k stars 113 forks source link

Feature requests #10

Open adamcarter1 opened 4 years ago

adamcarter1 commented 4 years ago

1)support input&output pipes, Instead of relying on large amounts of temporary images 2) Add Vapoursynth filter Support,

Kiyamou commented 4 years ago

I had port it to VapourSynth. But because the model only supports 4x scale, I don't think it is very useful for video processing. So I didn't release at that time. If no one does something similar, I will release VapourSynth port in the future. I'm a little busy now...

adamcarter1 commented 4 years ago

Thank you so much, understood.

Selur commented 3 years ago

Any news on the Vapoursynth filter? :)

Kiyamou commented 3 years ago

Maybe a few days later. I'm a bit lazy. ≥﹏≤

Selur commented 3 years ago

Nice! Thanks!

Kiyamou commented 3 years ago

Vapoursynth filter: https://github.com/Kiyamou/VapourSynth-RealSR-ncnn-Vulkan

It's a early version. Something need to be modified (such as parameters "tilesize_x" and "tilesize_y").

Selur commented 3 years ago

Nice! Thanks I'll give it a spin tomorrow. 👍