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

missing re-trace capability #35

Open Rockfella opened 9 months ago

Rockfella commented 9 months ago

Great job making this possible! One of the biggest functions I am missing is the possibility to re-trace, like move back to the frame where it looses it´s trace and then adjust the positioning of the tracker.

I am trying this out on sports applications like movement analysis. I have modified the code to change the colors according to magnitude of translation which looks pretty cool, in addition to that combining sensor data such as EMG or Accelerometer to color the traces.

nikitakaraevv commented 9 months ago

Hi @Rockfella, thank you! Would it help if it was possible to query the same point multiple times?