File tree Expand file tree Collapse file tree 1 file changed +7
-17
lines changed Expand file tree Collapse file tree 1 file changed +7
-17
lines changed Original file line number Diff line number Diff line change 2
2
The official implementation of the paper ** Learning Spatio-Temporal Transformer for Visual Tracking**
3
3
![ STARK_Framework] ( tracking/Framework.png )
4
4
## Highlights
5
- ### The best performances on many short-term and long-term benchmarks
6
- <table >
7
- <tr >
8
- <td>Tracker</td>
9
- <td>LaSOT</td>
10
- <td>GOT-10K</td>
11
- <td>TrackingNet</td>
12
- <td>VOT2020-LT</td>
13
- </tr >
14
- <tr >
15
- <th>STARK</th>
16
- <th>67.1</th>
17
- <th>68.8</th>
18
- <th>82.0</th>
19
- <th>70.2</th>
20
- </tr >
21
- </table >
5
+ ### The strongest performances
6
+ | Tracker | LaSOT (AUC)| GOT-10K (AO)| TrackingNet (AUC)|
7
+ | ---| ---| ---| ---|
8
+ | ** STARK** | ** 67.1** | ** 68.8** | ** 82.0** |
9
+ | TransT| 64.9| 67.1| 81.4|
10
+ | TrDiMP| 63.7| 67.1| 78.4|
11
+ | Siam R-CNN| 64.8| 64.9| 81.2|
22
12
23
13
### Real-Time Speed
24
14
STARK-ST50 and STARK-ST101 run at ** 40FPS** and ** 30FPS** respectively on a Tesla V100 GPU.
You can’t perform that action at this time.
0 commit comments