bertinetto / siamese-fc

Arbitrary object tracking at 50-100 FPS with Fully Convolutional Siamese networks.
http://www.robots.ox.ac.uk/~luca/siamese-fc.html
MIT License
628 stars 224 forks source link

Target image update with tracker output #54

Open maddieLeon opened 6 years ago

maddieLeon commented 6 years ago

Hi ,

I have tried updating target image at frame 't' using the tracker output from 't-1'. I either get growing bounding box or bounding box that get smaller and smaller till they vanish. Would like to know if you tried this and if this problem can be solved?

bertinetto commented 6 years ago

Hi, What do you mean by that? Are you re-computing the exemplar at every frame?

maddieLeon commented 6 years ago

Hi, Yes. I'm computing exemplar image every frame using the tracker output