Vadzim Kashko commited on
Commit
f2ccc16
1 Parent(s): b2bf7d6

docs: script description

Browse files
Files changed (1) hide show
  1. cars-video-object-tracking.py +4 -4
cars-video-object-tracking.py CHANGED
@@ -10,11 +10,11 @@ year = {2023}
10
  """
11
 
12
  _DESCRIPTION = """\
13
- The dataset comprises of annotated video frames from positioned in a public
14
- space camera. The tracking of each individual in the camera's view
15
- has been achieved using the rectangle tool in the Computer Vision Annotation Tool (CVAT).
16
  """
17
- _NAME = 'strongpassword4huggingFACE'
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