Open janmarczak opened 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]?
idxs[0][0]
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]
?