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

Inference with sequence of multiple images for a particular single pixel using co-tracker2 #59

Closed
pknmax opened this issue Jan 8, 2024 · 3 comments

Comments

@pknmax
Copy link

pknmax commented Jan 8, 2024

How to do inference with sequence of multiple images for a particular single pixel?
Is there a way to select this pixel in first image?

@nikitakaraevv
Copy link
Contributor

nikitakaraevv commented Jan 8, 2024

Hi @pknmax, please see the "Tracking manually selected points" section in the Colab Demo to see how to do it. Note that tracking individual points works best with support point grids , which are used by default in the CoTrackerPredictor class and discarded at the output.

@pknmax
Copy link
Author

pknmax commented Jan 11, 2024

Hi @nikitakaraevv ;
thanks for the reply.
does the model manage to track the pixel if it has specular color (view dependent appearance) and changes colors after few frames?

@nikitakaraevv
Copy link
Contributor

Hi @pknmax, the model works for such pixels in some cases, but not always.

@pknmax pknmax closed this as completed Jul 14, 2024
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