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

about negative pairs #19

Closed Jiangfeng-Xiong closed 7 years ago

Jiangfeng-Xiong commented 7 years ago

hi, In the paper,Negative pairs were chosen with probability 0.25, however in the experiment.m,

neg_eltwise = []; % no negative pairs at the moment

Does it mean that no negative pairs are used in the experiment or I misunderstand this?

Thanks

Jiangfeng-Xiong commented 7 years ago

I found that it was an old version of SiameseFC, There are no Negative pairs sampling in the new version (arXiv:1606.09549v2),anyway,thanks for your code, it's a nice job.