CVPR2017跟踪算法CSR-DCF的配置(Discriminative Correlation Filter with Channel and Spatial Reliability)

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

1、CSR-DCF跟踪算法Github下载地址:

https://github.com/alanlukezic/csr-dcf

2、打开compile.m更改为自己的OpenCV安装路径

3、运行compile.m,此时需要调用C++编译器,如果出现错误,请参考博客配置好matlab中的C++编译环境:https://blog.csdn.net/qq_17783559/article/details/82017379

4、打开demo_csr.m,更改跟踪算法的存放路径和图像序列存放路径

在此提供vot2016数据集的百度云下载地址:

链接:https://pan.baidu.com/s/1xClFK3CErRh8USK3qfpQYw 密码:c1xm

5、运行demo_csr.m得到结果

猜你喜欢

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