You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The official implementation of the ICCV2021 paper [**Learning Spatio-Temporal Transformer for Visual Tracking**](https://arxiv.org/abs/2103.17154)
6
+
The official implementation of the **ICCV2021** paper [**Learning Spatio-Temporal Transformer for Visual Tracking**](https://openaccess.thecvf.com/content/ICCV2021/papers/Yan_Learning_Spatio-Temporal_Transformer_for_Visual_Tracking_ICCV_2021_paper.pdf)
7
7
8
8
Hiring research interns for visual transformer projects: houwen.peng@microsoft.com
9
9
## News
10
10
-:trophy:**We are the Winner of VOT-21 RGB-D challenge**
11
11
-:trophy:**We won the Runner-ups in VOT-21 Real-Time and Long-term challenges**
12
+
- We release an extremely fast version of STARK called **STARK-Lightning**:zap: . It can run at **200~300 FPS** on a RTX TITAN GPU.
13
+
Besides, its performance can beat DiMP50, while the model size is even less than that of SiamFC!
14
+
More details can be found at [STARK_Lightning_En.md](lib/tutorials/STARK_Lightning_En.md)/[中文教程](lib/tutorials/STARK_Lightning_Ch.md)
12
15
13
16

14
17
## Highlights
@@ -32,15 +35,6 @@ STARK-ST50 and STARK-ST101 run at **40FPS** and **30FPS** respectively on a Tesl
32
35
33
36
STARK is implemented purely based on the PyTorch.
34
37
35
-
## What's new
36
-
**July 24, 2021**
37
-
- We release an extremely fast version of STARK called **STARK-Lightning**:zap: . It can run at **200~300 FPS** on a RTX TITAN GPU.
38
-
Besides, its performance can beat DiMP50, while the model size is even less than that of SiamFC!
39
-
More details can be found at [STARK_Lightning_En.md](lib/tutorials/STARK_Lightning_En.md)/[中文教程](lib/tutorials/STARK_Lightning_Ch.md)
0 commit comments