Open SamDecrock opened 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?
https://github.com/hzwer/Practical-RIFE/blob/ae0c639856a332cd1d2a297f9398cec69e3001a7/inference_video.py#L242 There is a similarity threshold used to skip some interpolation.
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?