SilvioGiancola
commited on
Commit
•
73fab8e
1
Parent(s):
d8abc42
Update README.md
Browse files
README.md
CHANGED
@@ -1,8 +1,11 @@
|
|
1 |
---
|
2 |
license: gpl-3.0
|
3 |
tags:
|
4 |
-
-
|
5 |
- VOT
|
|
|
|
|
|
|
6 |
pretty_name: >-
|
7 |
TrackingNet: A Large-Scale Dataset and Benchmark for Object Tracking in the
|
8 |
Wild
|
@@ -73,4 +76,4 @@ downloader = TrackingNetDownloader(LocalDirectory="path/to/TrackingNet")
|
|
73 |
|
74 |
for split in getListSplit():
|
75 |
downloader.downloadSplit(split)
|
76 |
-
```
|
|
|
1 |
---
|
2 |
license: gpl-3.0
|
3 |
tags:
|
4 |
+
- Tracking
|
5 |
- VOT
|
6 |
+
- Video
|
7 |
+
- Motion
|
8 |
+
- Propagation
|
9 |
pretty_name: >-
|
10 |
TrackingNet: A Large-Scale Dataset and Benchmark for Object Tracking in the
|
11 |
Wild
|
|
|
76 |
|
77 |
for split in getListSplit():
|
78 |
downloader.downloadSplit(split)
|
79 |
+
```
|