File size: 588 Bytes
290428a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: image
    dtype: image
  - name: class_name
    dtype: string
  - name: prediction
    dtype: string
  - name: ground_truth
    dtype: string
  - name: IoU
    dtype: float64
  - name: lines
    dtype: string
  splits:
  - name: train
    num_bytes: 190344268.0
    num_examples: 787
  - name: validation
    num_bytes: 41370950.0
    num_examples: 166
  download_size: 203181821
  dataset_size: 231715218.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
---