he010103 / CFWCR

5th visual object tracking(VOT) tracker CFWCR
MIT License
130 stars 61 forks source link

where the weighted sun operation in the code is? #4

Closed iou1992 closed 6 years ago

iou1992 commented 6 years ago

hello. i had read the code.but i cannot find eq.4 and eq.5 inkedr can you tell me where eq.4 and eq.5 are in the code. thanks in advance.

he010103 commented 6 years ago

Set the parameter in the https://github.com/he010103/CFWCR/blob/master/vot2017_trax/CFWCR_VOT.m

params.weights = [1, 2]; % The weights factor params.weights_type = 'sigmoid'; % type: constant, sigmoid params.divide_denominator = 100; params.initial = 1; params.factor = 0;

iou1992 commented 6 years ago

thank you very much.