styler00dollar / VapourSynth-RIFE-ncnn-Vulkan

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

new version of rife-cnn-vulkan-20221029 #6

Closed skiqing closed 1 year ago

skiqing commented 1 year ago

new version of rife-cnn-vulkan-20221029

https://github.com/nihui/rife-ncnn-vulkan/releases/tag/20221029

this new version of rife-v4 and rife-v4.6 now support tta -x enable space tta mode -z enable temporal tta mode will you add support for VapourSynth-RIFE-ncnn-Vulkan?

because i use your version of VapourSynth-RIFE-ncnn-Vulkan

styler00dollar commented 1 year ago

There isn't something new to add. Temporal tta means ensemble and you can already do that. Spacial tta means to average flipped output frames and you can do that in VapourSynth yourself. Just flip one clip, and inference normally, flip the flipped output back to normal and merge the 2 clips with average. That's what the current tta param does in the vs rife extention.