styler00dollar / VapourSynth-RIFE-ncnn-Vulkan

RIFE filter for VapourSynth
MIT License
97 stars 22 forks source link

RIFE 4.7 support? #9

Closed Selur closed 10 months ago

Selur commented 11 months ago

Any plans to support RIFE 4.7?

styler00dollar commented 11 months ago

Was busy, but I did add the PyTorch code into my vsgan repo. If the onnx work fine, only thing left is to convert to bin/param. Should come soon.

styler00dollar commented 10 months ago

Took longer since the rife 4.7 architecture differs more than usual and required different editing of the param file. Release here.

Before I get asked, there is no support for 4.7 with ensembling. I tried to put it back because it got removed in the official architecture file but image looked bad.

Selur commented 10 months ago

Thanks for the update, did a quick test and it seems to work fine. 👍

hooke007 commented 10 months ago

rife4.8 has come...

mafiosnik777 commented 10 months ago

rife4.8 has come...

https://github.com/styler00dollar/VapourSynth-RIFE-ncnn-Vulkan/pull/11

Selur commented 10 months ago

Nice!

styler00dollar commented 10 months ago

Luckily the 4.8 architecture seems to be identical to 4.7, so exporting to onnx could be done with the same script and param file was just copied. Next time please a new issue for new rife versions though. Merging and making new release.