rafellerc / Pytorch-SiamFC

Pytorch implementation of "Fully-Convolutional Siamese Networks for Object Tracking"
Other
613 stars 148 forks source link

How do i run the full tracker #19

Open Totoro-wen opened 5 years ago

Totoro-wen commented 5 years ago

Hello, Firstly, in the tracking process, should the location of the predicted target be based on the distance between frames or the similarity comparison( the prediction window with the maximum score should be taken as the tracking target). Secondly, I was very curious how to achieve full tracking. Thanks.