lql-team / TSDM

a RGB-D tracker based on CNN with using depth information
20 stars 3 forks source link

TSDM

A RGB-D tracker base on CNN with using depth information.
Download paper https://arxiv.org/abs/2005.04063
The code is simple here.

Requirment Libs

Requirment models

Requirment datasets

Test demo

If you wang to run the demo, please run "python3 test.py --sequence n". Here, n ranges {1,2,3}.

Acknowlege

Thanks to SiamRPN++, it is the core of our model. Paper in https://arxiv.org/pdf/1812.11703.pdf

Others

I will always update and maintain this repository.