STRCF icon indicating copy to clipboard operation
STRCF copied to clipboard

Learning Spatial-Temporal Regularized Correlation Filters for Visual Tracking (CVPR 2018)

Results 14 STRCF issues
Sort by recently updated
recently updated
newest added

成功运行install,在运行demo_STRCF时,在get_fhog中出现为定义变量fhog,等一系列缺少变量的错误,请问我是哪里出现了问题吗

Hi, Could you please put your STRCF tracking results (results on OTB, TC128, and VOT datasets) on a link for download, and cite them on your GitHub? With appreciation, S....

在我运行install时,遇到了以下问题,请问如何解决? 错误使用 mtimesx_build (line 166) A C/C++ compiler has not been selected with mex -setup 出错 install (line 10) mtimesx_build;

If I set the maximum of gamma to 100 as the paper, why the tracker does not work?

我用了一个工程方法改进了一下这个算法,点提高了,有兴趣交流一下吗

tracker.m `% subproblem g g_f = fft2(argmin_g(reg_window{k}, gamma, real(ifft2(gamma * f_f+ h_f)), g_f));` 这里的为什么不是gamma * (f_f+ h_f),是不是和论文不太一样?

T

1 comment

B = S_xx + T * (gamma + mu);,其中这个T的引入不懂,麻烦告知一下

OTB-2015 deep feature 效果比文中低较多

Hi, After add interpolation function in the C-COT when the the gaussian label function donot change ,why the performance will reduce ? thx advance

您好,我测试单HOG特征效果没达到论文中那么好的效果。请问单HOG特征参数的设置是怎样的?