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 wInfluence. #66

Open NeverMoreLCH opened 5 years ago

NeverMoreLCH commented 5 years ago

Hi,

In your tracking code, a parameter called 'wInfluence' is set to 0.176. I know it aims at control the influence of consine window. I want to know why the numeric is 0.176? Is it a hyper-parameter need to adjust by experiments?

Thanks.