The saved reference frames are not the original frames
** The generated video's reference frames are not the same to the original one's.
As I noticed, the original reference frames have, in my case, size 1280, 720. The saved reference frames are first resized to 1280,704, and than later resize back to 1280, 720. This makes the saved reference frames not identical to the original frames anymore.
And this will have artifacts on the interpolated frames.
The easiest solution, I considered, is to first patch the video width and height to some multiple of 32, to avoid the resize, and cut the patch after interpolation.
** The reverse normalization does not give the same result. Another issue is that, the reverse normalization TP, do not give the same image.