How to avoid interpolating scene changes?
hsilva664 opened this issue · 2 comments
hsilva664 commented
Hello, I noticed that sometimes the model attempts to interpolate scene changes, which leads to bad results. This is very noticeable when watching the videos (see the example below). Simply not doing the interpolation in these cases would be enough to greatly improve results. Is there any parameter to avoid interpolation in these cases?
hzwer commented
The current strategy is to determine whether ssim < 0.2
This judgment can be modified according to needs
hsilva664 commented
Thanks!