hzwer / Practical-RIFE

More practical frame interpolation approach.
MIT License
631 stars 69 forks source link

scenes / cuts #22

Open SamDecrock opened 2 years ago

SamDecrock commented 2 years ago

Hi,

I fun side effect is that it also interpolates between cuts/scenes. Is there a way to avoid this? Set a threshold so it doesn't do any interpolating when the image changes too much?

hzwer commented 2 years ago

https://github.com/hzwer/Practical-RIFE/blob/ae0c639856a332cd1d2a297f9398cec69e3001a7/inference_video.py#L242 There is a similarity threshold used to skip some interpolation.