File size: 564 Bytes
0aaddfe
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: image
    dtype: image
  - name: annotation
    dtype: image
  - name: semantic_class_to_id
    struct:
    - name: background
      dtype: int64
    - name: node
      dtype: int64
  splits:
  - name: train
    num_bytes: 105714114.25
    num_examples: 1187
  - name: validation
    num_bytes: 12444778.0
    num_examples: 132
  download_size: 109635873
  dataset_size: 118158892.25
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
---