l-lt commited on
Commit
852a683
1 Parent(s): d5c13d2

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +52 -0
README.md ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ # For reference on model card metadata, see the spec: https://github.com/huggingface/hub-docs/blob/main/datasetcard.md?plain=1
3
+ # Doc / guide: https://huggingface.co/docs/hub/datasets-cards
4
+ viewer: false
5
+ ---
6
+
7
+ # Dataset Card for LaSOT-ext
8
+
9
+ ## Dataset Description
10
+
11
+ - **Homepage:** [LaSOT homepage](http://vision.cs.stonybrook.edu/~lasot/)
12
+ - **Paper:** [LaSOT: A High-quality Large-scale Single Object Tracking Benchmark](https://arxiv.org/abs/2009.03465)
13
+ - **Point of Contact:** [Heng Fan](heng.fan@unt.edu)
14
+
15
+ ### Dataset Summary
16
+
17
+ **La**rge-scale **S**ingle **O**bject **T**racking (**LaSOT**) aims to provide a dedicated platform for training data-hungry deep trackers as well as assessing long-term tracking performance.
18
+
19
+ This repositoy contains the new subset provided in the journal version of LaSOT (commonly called **LaSOT<sub>ext</sub>**), published on IJCV ([LaSOT: A High-quality Large-scale Single Object Tracking Benchmark](https://arxiv.org/abs/2009.03465)).
20
+
21
+ For the training/testing splits of LaSOT (conference version), visit this [repo](https://huggingface.co/datasets/l-lt/LaSOT).
22
+
23
+ ## Download
24
+
25
+ You can download the whole dataset using Git (with Git LFS):
26
+
27
+ ```bash
28
+ git clone https://huggingface.co/datasets/l-lt/LaSOT-ext
29
+ ```
30
+
31
+ Alternatively, download the videos of a specific category manually from this [page](https://huggingface.co/datasets/l-lt/LaSOT-ext/tree/main).
32
+
33
+ LaSOT<sub>ext</sub> can also be downloaded from:
34
+
35
+ * In one zip file: [OneDrive](https://1drv.ms/u/s!Akt_zO4y_u6DgoQrvo5h48AC15l67A?e=Zo6PWx) or [Homepage server](http://vision.cs.stonybrook.edu/~lasot/data/LaSOT_extension_subset.zip)
36
+
37
+ * One zip file per category: [OneDrive](https://1drv.ms/f/s!Akt_zO4y_u6DgoQZH_aGsNh2f6x6Dg?e=sldyAx)
38
+
39
+ ### Unzip
40
+
41
+ Unzip all zip files and organize the paths as follows:
42
+ ```
43
+ ├── atv
44
+ │ ├── atv-1
45
+ │ ...
46
+ ├── badminton
47
+ ...
48
+ ```
49
+
50
+ ## Evaluation Metrics and Toolkit
51
+
52
+ See the [homepage](http://vision.cs.stonybrook.edu/~lasot/results.html) for more information.