All Projects → XinLi-zn → Tadt

XinLi-zn / Tadt

Implementation of the TADT tracker of paper 'Target-Aware Deep Tracking'

Programming Languages

matlab
3953 projects

Projects that are alternatives of or similar to Tadt

Vue Analysis
Vue 源码注释版 及 Vue 源码详细解析
Stars: ✭ 743 (+961.43%)
Mutual labels:  source-code
Sloc
simple tool to count SLOC (source lines of code)
Stars: ✭ 841 (+1101.43%)
Mutual labels:  source-code
Read Pytorch Source Code
pytorch源码阅读 0.2.0 版本
Stars: ✭ 51 (-27.14%)
Mutual labels:  source-code
Learning laravel kernel
Laravel核心代码学习
Stars: ✭ 789 (+1027.14%)
Mutual labels:  source-code
Django Source
django 源码剖析
Stars: ✭ 20 (-71.43%)
Mutual labels:  source-code
Mybatisdemo
书籍《通用源码阅读指导书——MyBatis源码详解》配套示例
Stars: ✭ 35 (-50%)
Mutual labels:  source-code
Aosp
这是一个连载的博文系列,我将持续为大家提供尽可能透彻的Android源码分析
Stars: ✭ 693 (+890%)
Mutual labels:  source-code
Halfrost Field
✍🏻 这里是写博客的地方 —— Halfrost-Field 冰霜之地
Stars: ✭ 10,414 (+14777.14%)
Mutual labels:  source-code
Ufodiff
UFO source file diff application
Stars: ✭ 23 (-67.14%)
Mutual labels:  source-code
Jdk Source
jdk源码学习与分析(version7,附注释)主要包括集合包,并发包,线程池,类加载器等
Stars: ✭ 48 (-31.43%)
Mutual labels:  source-code
K8s Source Code Analysis
《k8s-1.13版本源码分析》
Stars: ✭ 800 (+1042.86%)
Mutual labels:  source-code
Instabiosquotes
Completely FREE Instagram Bio and Quotes Android App with latest collection of Instagram Bio and Instagram quotes for setting as your status.
Stars: ✭ 17 (-75.71%)
Mutual labels:  source-code
Ideas
Ideas for protecting C/C++
Stars: ✭ 37 (-47.14%)
Mutual labels:  source-code
Graudit
grep rough audit - source code auditing tool
Stars: ✭ 747 (+967.14%)
Mutual labels:  source-code
Skater .net Obfuscator
Skater .NET Obfuscator is an obfuscation tool for .NET code protection. It implements all known software protection techniques and obfuscation algorithms.
Stars: ✭ 64 (-8.57%)
Mutual labels:  source-code
Android Notes
Android开发核心知识点笔记(不断更新中🔥)
Stars: ✭ 737 (+952.86%)
Mutual labels:  source-code
Learningjdk
JDK源码阅读笔记
Stars: ✭ 860 (+1128.57%)
Mutual labels:  source-code
Deep Into Code
Node.js / Libuv / V8 引擎源代码学习笔记
Stars: ✭ 66 (-5.71%)
Mutual labels:  source-code
Au3src
Mirror of the AutoIt v3 sources
Stars: ✭ 64 (-8.57%)
Mutual labels:  source-code
Astnorm
AST normalization experiment
Stars: ✭ 42 (-40%)
Mutual labels:  source-code

Target-Aware Deep Tracking

Matlab implementation of the Target-Aware Deep Tracking (TADT) method.

Installation

This code has been tested on a Ubantu Platform with Matlab and the MatConvNet toolbox. You may install it with the following steps:

  1. Clone the GIT repository:
    $ git clone
  2. Start Matlab and navigate to the repository
  3. Compile the MatConvNet toolkit or adding the path of a compiled one on you machine.
  4. Run the demo script to test the tracker:
    |>> demo_TADT

Publication

Details about the TADT tracker can be found in the CVPR 2019 paper:
Target-Aware Deep Tracking
Xin Li, Chao Ma, Baoyuan Wu, Zhenyu He, Ming-Hsuan Yang.
In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2019.

Please cite the above publication, if you find the code helpful in your research.

Bibtex:
@inproceedings{TADT,
author = {Li, Xin and Ma, Chao and Wu, Baoyuan and He, Zhenyu and Yang, Ming-Hsuan},
title = {Target-Aware Deep Tracking},
booktitle = {IEEE Conference on Computer Vision and Pattern Recognition},
year = {2019}
}

Raw results

[OTB] [VOT] [TC128]

Project webpage

https://xinli-zn.github.io/TADT-project-page/

Other implementations

[pytorch]

Contact

Email: [email protected]
Homepage: https://sites.google.com/view/xinli-homepage

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].