Update README.md
Browse files
README.md
CHANGED
@@ -16,27 +16,28 @@ viewer: false
|
|
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
|
20 |
|
21 |
-
For the training/testing splits of LaSOT (conference version),
|
22 |
|
23 |
## Download
|
24 |
|
25 |
-
You can download the whole dataset
|
26 |
|
27 |
-
```
|
28 |
-
|
|
|
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 |
-
*
|
36 |
|
37 |
-
*
|
38 |
|
39 |
-
###
|
40 |
|
41 |
Unzip all zip files and organize the paths as follows:
|
42 |
```
|
|
|
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 repository contains the new subset introduced in the journal version of LaSOT (commonly called **LaSOT<sub>ext</sub>**), published in 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), please refer to this [repo](https://huggingface.co/datasets/l-lt/LaSOT).
|
22 |
|
23 |
## Download
|
24 |
|
25 |
+
You can download the whole dataset via the ```huggingface_hub``` library ([guide](https://huggingface.co/docs/huggingface_hub/guides/download)):
|
26 |
|
27 |
+
```python
|
28 |
+
from huggingface_hub import snapshot_download
|
29 |
+
snapshot_download(repo_id='l-lt/LaSOT-ext', repo_type='dataset', local_dir='/path/to/download')
|
30 |
```
|
31 |
|
32 |
Alternatively, download the videos of a specific category manually from this [page](https://huggingface.co/datasets/l-lt/LaSOT-ext/tree/main).
|
33 |
|
34 |
LaSOT<sub>ext</sub> can also be downloaded from:
|
35 |
|
36 |
+
* As a single 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)
|
37 |
|
38 |
+
* As one zip file per category: [OneDrive](https://1drv.ms/f/s!Akt_zO4y_u6DgoQZH_aGsNh2f6x6Dg?e=sldyAx)
|
39 |
|
40 |
+
### Setup
|
41 |
|
42 |
Unzip all zip files and organize the paths as follows:
|
43 |
```
|