ECCV2012跟踪算法CSK的配置(Exploiting the Circulant Structure of Tracking-by-detection with Kernels)

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/qq_17783559/article/details/82080131

作者提供的代码下载地址为:

http://www.robots.ox.ac.uk/~joao/circulant/

1、下在matlab版本代码

 2、打开run_tracker.m,更改数据集所在目录(此处使用的是OTB100数据集,下载地址为:https://blog.csdn.net/qq_17783559/article/details/82079220

3、 打开load_video_info.m设置数据集的读取格式

(1)更改groundtruth读取路径,将'*_gt.txt',更改为'*_rect.txt';

(2) 因为OTB数据的图片在更深一层的img/路径下,所以需要添加读视频序列的路径。在如下图位置加入代码video_path = [video_path 'img/'];

 4、更改run_tracker.m和show_precision.m的figure属性,将'Number'更改为'UserData'

 5、运行run_tracker.m得到结果

猜你喜欢

转载自blog.csdn.net/qq_17783559/article/details/82080131