Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 747 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 747 Bytes

CRCF

Matlab implementation of "Robust visual tracking with adaptive channel weighted color ratio feature", with some improvements. HOG13 feature is modified from gradientMex.cpp of Piotr's toolbox. Due to the change of HOG13 feature implementation, the new feature weights are 0.3850, 0.3150 and 0.3 for gray, HOG13 and CR feature respectively. Code structure are borrowed from martin-danelljan/ECO.

Performance on OTB-2015 benchmark

Precision plot of OPE Success plot of OPE

References

[1] Piotr Dollár. "Piotr’s Image and Video Matlab Toolbox (PMT)." Webpage: https://pdollar.github.io/toolbox/ GitHub: https://github.com/pdollar/toolbox