Closed hooke007 closed 2 years ago
I recently converted 4.3 and 4.4 (with and without ensembling/fastmode) for my custom vapoursynth extension here. They will probably work with her binary too.
glad to hear that, could you explain more about ensemble
and fast
's meaning in your fork?
The rife architecture has two parameters called ensembling and fastmode integrated. You can't just export rife into one single model without such parameters. Nihui always just exports the fastest model (ensemble False, Fast True), while the other ones can result in a better image. Ensembling combines the flow of two different interpolations within the model and if fastmode is false it calls contextnet. You can see it here.
Recently Practical-RIFE released their more v4 series models, could you spare some time to port them?