Skip to content

dlmuzpy/TSDM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pin Description

Thank you all for your past interest in our team's algorithm at https://github.com/lql-team/TSDM.
However, the team's GitHub repository no longer updates this algorithm.
This page is now my personal repository, where all future updates for the TSDM algorithm will be posted.

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.

Required Libs

  • Conda with Python 3.7.
  • Nvidia GPU.
  • PyTorch 1.0
  • OpenCV

Our models

Evaluation 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 am Pengyao Zhao, one of authors of this work.

About

a RGBD tracker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages