lifeng9472 / STRCF

Learning Spatial-Temporal Regularized Correlation Filters for Visual Tracking (CVPR 2018)
151 stars 40 forks source link

the problem of cur_AUC? #6

Closed iou1992 closed 6 years ago

iou1992 commented 6 years ago

After the improvement of video = 'Human3', cur_AUC becomes smaller, can it represent improvement failure? thx advance.

lifeng9472 commented 6 years ago

Actually, in the latest version, I just change the computation of sub-problem g from GPU to CPU mode. So if there exists differences with the previous versions, there should be the roundoff error between CPU and GPU computation. It won't make much difference.

iou1992 commented 6 years ago

ok,thanks.