styler00dollar / VapourSynth-RIFE-ncnn-Vulkan

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

How to Implement like Spatial TTA for rife-v4.x for VapourSynth? #30

Closed Noir16 closed 6 months ago

Noir16 commented 6 months ago

According to the #6, It seems that VapourSynth alone can Implement like Spatial TTA even if the model does not support TTA, what parameters and related plugins should I use? The newer models are more algorithmically advanced and I'd like to use them, but I can't use Spatial TTA and am looking for a way to reimplement them with VapourSynth.

TNTwise commented 6 months ago

I reconverted all the models and added tta here: https://github.com/TNTwise/rife-ncnn-vulkan/tree/master/models

Noir16 commented 6 months ago

@TNTwise Thanks.

styler00dollar commented 6 months ago

I think @TNTwise got confused, since spacial tta is usually done outside of models. Spacial tta means to flip the input clip into various directions, use model, flip them back and merge the result into one clip. That can be done directly in vapoursynth and does not require modifications of the plugin or models.

hooke007 commented 5 months ago

Yes, ensemble should be temporal-tta instead.