hzwer/ECCV2022-RIFE

Question about tracking a point

carlok opened this issue · 2 comments

carlok commented

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:

  1. the generated frames between frame_1 and frame_2
  2. on frame_2

?

Thank you very much again.

hzwer commented

Hello, our project is actually not particularly suitable for your task.
I sincerely recommend using RAFT.
github.com/princeton-vl/RAFT

carlok commented

Thank you for your answer: I'll have a look.