ECCV2022-RIFE
ECCV2022-RIFE copied to clipboard
Question about tracking a point
Thank you for this library: I tried it with the Dockerfile - without GPU - and I was able to generate a new file right away.
Let's say I have an input video with two contiguous frames: frame_1 and frame_2.
On the input video, on frame_1, I have a point with known coordinates.
On the output video, is there a way to know the coordinates of the point on:
- the generated frames between
frame_1andframe_2 - on
frame_2
?
Thank you very much again.
Hello, our project is actually not particularly suitable for your task. I sincerely recommend using RAFT. github.com/princeton-vl/RAFT
Thank you for your answer: I'll have a look.