AssafSinger94 / dino-tracker

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

Inference on my own videos #16

Closed vincentDSC closed 2 months ago

vincentDSC commented 2 months ago

Hi, Thanks for sharing this great work. I was wondering whether this tracking method supports using my own videos to track the specific points.

tnarek commented 2 months ago

hi @vincentDSC, please follow the steps in README, namely:

  1. setup
  2. preprocessing
  3. training
  4. inference

The video frames should be organized in the structure described in preprocessing. Also note that each video requires its own training, since DINO-Tracker is an optimization-based method.

vincentDSC commented 2 months ago

hi @vincentDSC, please follow the steps in README, namely:

  1. setup
  2. preprocessing
  3. training
  4. inference

The video frames should be organized in the structure described in preprocessing. Also note that each video requires its own training, since DINO-Tracker is an optimization-based method.

Thanks for your quick response. I'll have a try.

tnarek commented 2 months ago

great, I'm closing the issue for now.