facebookresearch / co-tracker

CoTracker is a model for tracking any point (pixel) on a video.

Home Page:https://co-tracker.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

pknmax opened this issue · comments

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?

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.

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?

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