Datasets:
docs: script description
Browse files
cars-video-object-tracking.py
CHANGED
|
@@ -10,11 +10,11 @@ year = {2023}
|
|
| 10 |
"""
|
| 11 |
|
| 12 |
_DESCRIPTION = """\
|
| 13 |
-
The
|
| 14 |
-
|
| 15 |
-
|
| 16 |
"""
|
| 17 |
-
_NAME = '
|
| 18 |
|
| 19 |
_HOMEPAGE = f"https://huggingface.co/datasets/TrainingDataPro/{_NAME}"
|
| 20 |
|
|
|
|
| 10 |
"""
|
| 11 |
|
| 12 |
_DESCRIPTION = """\
|
| 13 |
+
The collection of overhead video frames, capturing various types of vehicles
|
| 14 |
+
traversing a roadway. The dataset inculdes light vehicles (cars) and
|
| 15 |
+
heavy vehicles (minivan).
|
| 16 |
"""
|
| 17 |
+
_NAME = 'cars-video-object-tracking'
|
| 18 |
|
| 19 |
_HOMEPAGE = f"https://huggingface.co/datasets/TrainingDataPro/{_NAME}"
|
| 20 |
|