Skip to content

Commit b80326f

Browse files
update README
1 parent 14df006 commit b80326f

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22
The official implementation of the paper **Learning Spatio-Temporal Transformer for Visual Tracking**
33
![STARK_Framework](tracking/Framework.png)
44
## Highlights
5+
### STARK achieves the best performance ever 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>
522

623
### End-to-End, Post-processing Free
724

0 commit comments

Comments
 (0)