File size: 1,292 Bytes
694602d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
bc8e4c1
1d3490e
694602d
bc8e4c1
694602d
bc8e4c1
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
---
dataset_info:
  features:
  - name: image_id
    dtype: int64
  - name: image
    dtype: image
  - name: image_width
    dtype: int64
  - name: image_height
    dtype: int64
  - name: objects
    struct:
    - name: bbox_id
      sequence: int64
    - name: category
      sequence:
        class_label:
          names:
            '0': vehicle
            '1': truck
    - name: bbox
      sequence:
        sequence: float32
        length: 4
    - name: area
      sequence: float32
  splits:
  - name: train
    num_bytes: 951705037.8
    num_examples: 3650
  - name: test
    num_bytes: 38218268.0
    num_examples: 162
  download_size: 987020725
  dataset_size: 989923305.8
license: apache-2.0
pretty_name: Highway vehicles - object detection
task_categories:
- object-detection
---
# Dataset Card for "highway-vehicles"

This dataset contains scenes from road cameras (mainly highway cameras)
with cars classified into vehicles (class 0), and trucks (class 1). Overall, it contains 3,812 scenes with 91,843 objects.

The detailed instructions are available at [GitHub Repo](https://github.com/CATT-Works/HighwayCameraDataset).

### Citations:

If you are using this dataset, consider citing the related paper:

`Placeholder for a paper, will appear as soon as it is published :>`