/SPCF-Tracker

Code of SPCF-Tracker v1.0 (Matlab Version for Discussion)

Primary LanguageC

SPCF-Tracker

Test passed
matlab-2017b MatConvNet-1.0--beta25 CUDA-8.0

Matlab implementation of Sample Purification Aware Correlation Filters for UAV Tracking with Cooperative Deep Features (SPCF-Tracker).

Instructions

  1. Download imagenet-vgg-verydeep-19.mat from here and put it in /model.
  2. Run SPCF_Demo.m

Note: the original version is using CPU to run the whole program. If GPU version is required, just change false in the following lines in SPCF_Demo.m to true:

global enableGPU;
enableGPU = false;

vl_setupnn();
vl_compilenn('enableGpu', false);

Acknowledgements

Partly borrowed from KCC.