A RGB-D tracker base on CNN with using depth information.
Download paper https://arxiv.org/abs/2005.04063
The code is simple here.
If you wang to run the demo, please run "python3 test.py --sequence n". Here, n ranges {1,2,3}.
Thanks to SiamRPN++, it is the core of our model. Paper in https://arxiv.org/pdf/1812.11703.pdf
I will always update and maintain this repository.