Science Score: 10.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
○DOI references
-
✓Academic publication links
Links to: arxiv.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.8%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
Transformer Tracking (CVPR2021)
Basic Info
Statistics
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
- Releases: 0
Fork of chenxin-dlut/TransT
Created over 4 years ago
· Last pushed over 4 years ago
https://github.com/AI-LLM2/TransT/blob/main/
# TransT - Transformer Tracking [CVPR2021] Official implementation of the TransT (CVPR2021) , including training code and trained models. ## News - :trophy: **TransT-M wins VOT2021 Real-Time Challenge with EAOMultistart 0.550! The code will be released soon** ## Tracker #### TransT #### [**[Paper]**](https://arxiv.org/abs/2103.15436) [**[Models(google)]**](https://drive.google.com/drive/folders/1GVQV1GoW-ttDJRRqaVAtLUtubtgLhWCE?usp=sharing) [**[Models(baidu:iiau)]**](https://pan.baidu.com/s/1geI1cIv_AdLUd7qYKWIqzw) [**[Raw Results]**](https://drive.google.com/file/d/1FSUh6NSzu8H2HzectIwCbDEKZo8ZKUro/view?usp=sharing) This work presents a attention-based feature fusion network, which effectively combines the template and search region features using attention. Specifically, the proposed method includes an ego-context augment module based on self-attention and a cross-feature augment module based on cross-attention. We present a Transformer tracking (named TransT) method based on the Siamese-like feature extraction backbone, the designed attention-based fusion mechanism, and the classification and regression head. TransT is a very simple and efficient tracker, without online update module, using the same model and hyparameter for all test sets.   ## Results For VOT2020, we add a mask branch to generate mask, without any hyparameter-tuning. The code of the mask branch will be released soon.
| Model | LaSOT AUC (%) |
TrackingNet AUC (%) |
GOT-10k AO (%) |
VOT2020 EAO (%) |
TNL2K AUC (%) |
OTB100 AUC (%) |
NFS AUC (%) |
UAV123 AUC (%) |
Speed |
Params |
|---|---|---|---|---|---|---|---|---|---|---|
| TransT-N2 | 64.2 | 80.9 | 69.9 | - | - | 68.1 | 65.7 | 67.0 | 70fps | 16.7M |
| TransT-N4 | 64.9 | 81.4 | 72.3 | 49.5 | 51.0 | 69.4 | 65.7 | 69.1 | 50fps | 23.0M |
Owner
- Name: AI-LLM
- Login: AI-LLM2
- Kind: user
- Repositories: 1
- Profile: https://github.com/AI-LLM2