Skip to content

Visual tracking by sampling in part space, in MATLAB.

Notifications You must be signed in to change notification settings

huanglianghua/part-tracking

Repository files navigation

Visual Tracking by Sampling in Part Space

MATLAB implementation of the tracking method described in the paper Visual Tracking by Sampling in Part Space.

Running the tracker

Run tracking on single video "Bird2" (which is already included in this repository):

>> demo_single_tracker

Run tracking on full benchmark:

  1. Change othPath in "demo_benchmark.m" to your path to the benchmark dataset.
  2. Run demo_benchmark.

All tracking results will be stored in the "results" folder.

References

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},
}

License

This code can be freely used for personal, academic, or educational purposes.

Please contact us for commercial use.

About

Visual tracking by sampling in part space, in MATLAB.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published