tarun005 / FLAVR

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

Discarding first frame? #59

Open janmarczak opened 3 months ago

janmarczak commented 3 months ago

Hi!

Is there a reason you only append a second frame to the output, basically discarding the initial one?

https://github.com/tarun005/FLAVR/blob/ee17951c69ec27ce8dfe38254f4b7fdbe08d4fba/interpolate.py#L142

Shouldn't this be idxs[0][0]?