TrainingDataPro commited on
Commit
96d6a1a
1 Parent(s): 5332612

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md CHANGED
@@ -1,3 +1,36 @@
1
  ---
2
  license: cc-by-nc-nd-4.0
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-nc-nd-4.0
3
+ task_categories:
4
+ - image-segmentation
5
+ - image-classification
6
+ language:
7
+ - en
8
+ tags:
9
+ - code
10
  ---
11
+
12
+ # Cars Tracking
13
+ The collection of overhead video frames, capturing various types of vehicles traversing a roadway. The dataset inculdes light vehicles (cars) and heavy vehicles (minivan).
14
+
15
+ # Get the Dataset
16
+ This is just an example of the data. If you need access to the entire dataset, contact us via **[sales@trainingdata.pro](mailto:sales@trainingdata.pro)** or leave a request on **[https://trainingdata.pro/data-market](https://trainingdata.pro/data-market?utm_source=huggingface)**
17
+ ![](https://www.googleapis.com/download/storage/v1/b/kaggle-user-content/o/inbox%2F12421376%2F34e8bc05b43e8452019a5163759a1713%2Fframe_000257.png?generation=1687369547730935&alt=media)
18
+
19
+ # Data Format
20
+ Each video frame from `images` folder is paired with an `annotations.xml` file that meticulously defines the tracking of each vehicle using polygons.
21
+ These annotations not only specify the location and path of each vehicle but also differentiate between the vehicle classes:
22
+ - cars,
23
+ - minivans.
24
+
25
+ The data labeling is visualized in the `boxes` folder.
26
+
27
+ # Example of the XML-file
28
+ ![](https://www.googleapis.com/download/storage/v1/b/kaggle-user-content/o/inbox%2F12421376%2F459d6e7b97447fc34be0536edd200a7e%2Fcode.png?generation=1687370800622505&alt=media)
29
+
30
+ # Object tracking is made in accordance with your requirements.
31
+
32
+ ## **[TrainingData](https://trainingdata.pro/data-market?utm_source=huggingface)** provides high-quality data annotation tailored to your needs
33
+
34
+ More datasets in TrainingData's Kaggle account: **https://www.kaggle.com/trainingdatapro/datasets**
35
+
36
+ TrainingData's GitHub: **https://github.com/trainingdata-pro**