tarun005 / FLAVR

Code for FLAVR: A fast and efficient frame interpolation technique.
Apache License 2.0
430 stars 69 forks source link

How to cascade different speed models? #49

Closed pango99 closed 11 months ago

pango99 commented 1 year ago

Hi Tarun,

from the #32 issue I know we can cascade different models to make more speed interpolation,such cascade(2x,8x) models to make 16x interpolation, but how to do the cascade? Is that I use 2x model to generate 2x slow sequences firstly,and then apply 8x model to the 2x slow sequences?

tarun005 commented 1 year ago

Yes, that is how I did for the 64x interpolation. You have to be extra careful near the edge frames though.