File size: 648 Bytes
62fb5a9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: image
    dtype: image
  - name: annotation
    dtype: image
  - name: semantic_class_to_id
    struct:
    - name: background
      dtype: int32
    - name: wheels
      dtype: int32
  splits:
  - name: train
    num_bytes: 222748117.0
    num_examples: 643
  - name: valid
    num_bytes: 64344412.0
    num_examples: 184
  - name: test
    num_bytes: 29572730.0
    num_examples: 86
  download_size: 315324574
  dataset_size: 316665259.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: valid
    path: data/valid-*
  - split: test
    path: data/test-*
---