facebookresearch / co-tracker

CoTracker is a model for tracking any point (pixel) on a video.
https://co-tracker.github.io/
Other
2.52k stars 177 forks source link

Can we init track point at middle frame? #25

Closed guyuchao closed 10 months ago

guyuchao commented 10 months ago

It seems only show the track after the init frame. For example, if I specify [10, x, y], it will start tracking after frame 10. Can we init the point at frame 10, but track this point from the whole sequence.