Datasets:
l-lt
/

ArXiv:
l-lt commited on
Commit
78613ba
β€’
1 Parent(s): 236d0d8

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +64 -0
README.md ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ paperswithcode_id: lasot
6
+ ---
7
+
8
+ # Dataset Card for LaSOT
9
+
10
+ ## Dataset Description
11
+
12
+ - **Homepage:** [LaSOT homepage](http://vision.cs.stonybrook.edu/~lasot/)
13
+ - **Paper:** [LaSOT: A High-quality Benchmark for Large-scale Single Object Tracking](https://arxiv.org/abs/1809.07845)
14
+ - **Point of Contact:** [Heng Fan]([email protected])
15
+
16
+ ### Dataset Summary
17
+
18
+ **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.
19
+
20
+ This repositoy contains the conference version of LaSOT, published on CVPR-19 ([LaSOT: A High-quality Benchmark for Large-scale Single Object Tracking](https://arxiv.org/abs/1809.07845)).
21
+
22
+ **LaSOT** is featured in:
23
+
24
+ - **Large-scale**: 1,400 sequences with more than 3.5 millions frames
25
+ - **High-quality**: Manual annotation with careful inspection in each frame
26
+ - **Category balance**: 70 categories, each containing 20 sequences
27
+ - **Long-term tracking**: An average video length of around 2,500 frames (i.e., 83 seconds)
28
+ - **Comprehensive labeling**: Providing both visual and lingual annotation for each sequence
29
+
30
+ For the new subset (15 categories with 150 videos) in [extended journal version](https://arxiv.org/abs/2009.03465) (commonly referred to as LaSOT<sub>ext</sub>), visit this [repo](https://huggingface.co/datasets/l-lt/LaSOT-ext).
31
+
32
+
33
+ ## Download
34
+
35
+ You can download the whole dataset using Git (with Git LFS):
36
+
37
+ ```bash
38
+ git clone https://huggingface.co/datasets/l-lt/LaSOT
39
+ ```
40
+
41
+ Alternatively, download the videos of a specific category manually from this [page](https://huggingface.co/datasets/l-lt/LaSOT/tree/main).
42
+
43
+ LaSOT is also distributed through serval cloud storage services:
44
+
45
+ * In one zip file: [OneDrive](https://1drv.ms/u/s!Akt_zO4y_u6DgoQsxl9ixr5Y393qWA?e=7yTwjc)
46
+
47
+ * One zip file per category: [OneDrive](https://1drv.ms/f/s!Akt_zO4y_u6DgoNSoMJrfnVwveDjhA?e=PBeyuD) or [Baidu Pan](https://pan.baidu.com/s/1xFANiqkBHytE7stMOLUpLQ)
48
+
49
+ ### Unzip
50
+
51
+ Unzip all zip files and the paths should be organized as following:
52
+ ```
53
+ β”œβ”€β”€ airplane
54
+ β”‚ β”œβ”€β”€ airplane-1
55
+ β”‚ ...
56
+ β”œβ”€β”€ basketball
57
+ ...
58
+ β”œβ”€β”€ training_set.txt
59
+ └── testing_set.txt
60
+ ```
61
+
62
+ ## Evaluation Metrics and Toolkit
63
+
64
+ See the [homepage](http://vision.cs.stonybrook.edu/~lasot/results.html) for more information.