siamese-fc icon indicating copy to clipboard operation
siamese-fc copied to clipboard

scale update

Open liuhengli opened this issue 7 years ago • 1 comments
trafficstars

I want to know why this formula is used “target_w = (1 - hp.scale_lr) * target_w + hp.scale_lr * scaled_target_w[new_scale_id] ”

liuhengli avatar May 17 '18 08:05 liuhengli

Hi, It is used to dampen the scale factor, so that abrupt changes in scale do not have distruptive effects.

bertinetto avatar May 31 '18 11:05 bertinetto