Robust Tracking Using Region Proposal Networks
https://arxiv.org/pdf/1705.10447.pdf
RPN2T tracker achieved state-of-the-art results on several large scale benchmarks including OTB50, OTB100 and VOT2016.
Detailed description of the system is provided by our paper(https://arxiv.org/pdf/1705.10447.pdf).
This software is implemented using Caffe and part of Faster_rcnn.
If you're using this code in a publication, please cite our paper.
@article{
Jimmy2017RPN2T,
title={Robust Tracking Using Region Proposal Networks},
author={Ren, Jimmy and Yu, Zhiyang and Liu, Jianbo and Zhang, Rui and Sun, Wenxiu and Pang, Jiahao and Chen, Xiaohao and Yan, Qiong},
journal={arXiv preprint arXiv:1705.10447},
year={2017}
}
This code is tested on 64 bit Linux (Ubuntu 14.04 LTS).
Prerequisites
- MATLAB (tested with R2014b)
- Caffe (included in this repository
external/_caffe/
) - For GPU support, a GPU, CUDA toolkit and cuDNN will be needed. We have tested in
GTX TitanX(MAXWELL)
withCUDA7.5+cuDNNv5
andGTX 1080
withCUDA8.0+cuDNNv5.1
.
Compile Caffe according to the installation guideline.
cd $(RPN2T_ROOT)
cd external/_caffe
# Adjust Makefile.config (For example, the path of MATLAB.)
make all -j8
make matcaffe
Demo
Run 'tracking/demo_tracking.m'.