AssafSinger94 / dino-tracker

Official Pytorch Implementation for “DINO-Tracker: Taming DINO for Self-Supervised Point Tracking in a Single Video”
MIT License
319 stars 32 forks source link

The process of generating the trajectory is much slower than cotracker. How to accelerate the process? #18

Open yuanpengtu opened 2 weeks ago

yuanpengtu commented 2 weeks ago

Is it able to perform the tracking process in an online mode (similar to Cotracker2)?

tnarek commented 2 weeks ago

hi @yuanpengtu,

DINO-Tracker is an optimization-based method. Meaning, each input video requires its own training. Once trained, DINO-Tracker generates trajectories pretty fast (we'll update the supplementary for reporting numbers soon)