SuperPointPretrainedNetwork icon indicating copy to clipboard operation
SuperPointPretrainedNetwork copied to clipboard

Custom Point Tracking

Open rnag5076 opened this issue 3 years ago • 2 comments

How can I use the code to provide custom points for tracking in the whole video? Suppose I want only 4 points to be tracked in the whole video so how can I specify them in the code to customize it.

rnag5076 avatar Feb 19 '21 04:02 rnag5076

You would need to provide the same 4 keypoints for each frame of the video. If you want to specify only for the first frame, I suggest looking into optical flow or dense matching instead.

sarlinpe avatar Feb 22 '21 22:02 sarlinpe

Yes, I want to specify only for the first frame but is it possible to use the points that came as an output for the first frame to be used as an input for the second frame?

rnag5076 avatar Feb 23 '21 04:02 rnag5076