MATLAB implementation of the tracking method described in the paper Visual Tracking by Sampling in Part Space.
Run tracking on single video "Bird2" (which is already included in this repository):
>> demo_single_tracker
Run tracking on full benchmark:
- Change
othPath
in "demo_benchmark.m" to your path to the benchmark dataset. - Run
demo_benchmark
.
All tracking results will be stored in the "results" folder.
If you find this work useful, please consider citing:
↓ [Journal paper] ↓
@article{Huang2017Visual,
title={Visual Tracking by Sampling in Part Space},
author={Huang, Lianghua and Ma, Bo and Shen, Jianbing and He, Hui and Shao, Ling},
journal={IEEE Transactions on Image Processing A Publication of the IEEE Signal Processing Society},
volume={PP},
number={99},
pages={1-1},
year={2017},
}
This code can be freely used for personal, academic, or educational purposes.
Please contact us for commercial use.