zhen-he / tracking-by-animation

A PyTorch implementation of the "Tracking-by-Animation" algorithm published at CVPR 2019.
123 stars 24 forks source link

real time support #10

Open icefengzhe opened 5 years ago

icefengzhe commented 5 years ago

hello, it support real time or online situations? perhaps, could i get the pretrained models?

zhen-he commented 5 years ago

Hi, unfortunately, the current version doesn't support online situations. The reason is that we've used the IMBS library (C++) for background extraction, which is run separately (as a preprocessing step for time efficiency) to our pytorch code. In the future, we would like to integrate the IMBS algorithm into our pytorch code to support online situations. For the pretrained model, we can send you via email.

icefengzhe commented 5 years ago

my email is 862628057@qq.com, thank you very much.

sepehr78 commented 4 years ago

Hi, is there an update on running the model online?

zhen-he commented 4 years ago

Hi, is there an update on running the model online?

Ah I failed to spare time for this because of some other projects at hand, so please just modify the code as you need.