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

achieving target tracking effect on video #70

Open
gjpblabla opened this issue Oct 16, 2024 · 2 comments
Open

achieving target tracking effect on video #70

gjpblabla opened this issue Oct 16, 2024 · 2 comments

Comments

@gjpblabla
Copy link

First of all, I was very lucky to see such excellent results, which helped me a lot. A question I would like to ask you is how to track the target of the input video based on xfeat (just like the tracking effect of the light on the ceiling you showed at the beginning), if there is such a code, it would be better. Thank you very much. I hope I haven't caused you any trouble

@guipotje
Copy link
Collaborator

Hi @gjpblabla, thanks for your interest in our work!

Are you referring to an object tracker? In the demo, XFeat is used to match individual pixel-level keypoints, after which we apply a geometric transform on all matches to achieve the tracking effect based on the camera ego motion. For tracking multiple generic objects as you described, a method like OC-SORT, coupled with an object detector, may be a better fit.

@gjpblabla
Copy link
Author

Hi @gjpblabla, thanks for your interest in our work!

Are you referring to an object tracker? In the demo, XFeat is used to match individual pixel-level keypoints, after which we apply a geometric transform on all matches to achieve the tracking effect based on the camera ego motion. For tracking multiple generic objects as you described, a method like OC-SORT, coupled with an object detector, may be a better fit.

Thank you very much for your reply and guidance. Is target tracking based on geometric transform only applicable to rigid objects? If I want to track a bird that flaps its wings all the time, it seems difficult to achieve

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