Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom Point Tracking #17

Open
rnag5076 opened this issue Feb 19, 2021 · 2 comments
Open

Custom Point Tracking #17

rnag5076 opened this issue Feb 19, 2021 · 2 comments

Comments

@rnag5076
Copy link

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.

@sarlinpe
Copy link

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.

@rnag5076
Copy link
Author

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants