zhen-he / tracking-by-animation

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

can model tetect targets? #11

Open Milesld opened 5 years ago

Milesld commented 5 years ago

hi,thanks for your model. I have a question, can this model detect targets? And before test, need I detect targets first?

zhen-he commented 5 years ago

Yes, you can disable the temporal connection of the RNN (GRU), and then could do detection. You don't need to specify the detections (or bounding boxes) before test, the model will do this automatically.