taryya commited on
Commit
5667137
·
verified ·
1 Parent(s): b5f2be7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -1,4 +1,14 @@
1
  ---
2
  license: mit
3
  ---
4
- This is the Base model of XTrack.
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
  ---
4
+ This is the official repository for the XTrack Base model.
5
+ It includes our foundation models (OSTrack-Base for XTrack-Base and DropMAE for XTrack-Large) as well as the pre-trained weights for XTrack-Base.
6
+ ## OSTrack
7
+
8
+ ## DropMAE
9
+
10
+ Papers:
11
+ [Wu, DropMAE: Masked Autoencoders With Spatial-Attention Dropout for Tracking Tasks, CVPR 2023](https://openaccess.thecvf.com/content/CVPR2023/papers/Wu_DropMAE_Masked_Autoencoders_With_Spatial-Attention_Dropout_for_Tracking_Tasks_CVPR_2023_paper.pdf)
12
+
13
+ [OSTrack: Towards Robust and Accurate Visual Tracking via Transformer, arXiv 2022](https://arxiv.org/abs/2203.11991)
14
+