The official implementation of the CVPR 2022 paper Ranking-Based Siamese Visual Tracking
this paper proposes a ranking-based optimization algorithm to explore the relationship among different proposals for Siamese trackers.
The raw results of RBO can be found here.
git clone https://github.com/sansanfree/RBO.git
Please refer to the README
Please refer to the README
coming soon
If you find this work useful for your research, please consider citing our work:
@inproceedings{Tang_2022_Ranking,
title={Ranking-Based Siamese Visual Tracking},
author={Feng, Tang and Qiang Ling},
booktitle={The IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
year={2022}
}
If you have any questions, please feel free to contact tang0420@mail.ustc.edu.cn
Thanks for the SiamRPN++(https://github.com/STVIR/pysot) and SiamBAN(https://github.com/hqucv/siamban) Libraries, which helps us to quickly implement our ideas.