File size: 516 Bytes
86f99c5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: image
    dtype: string
  - name: segmentations
    dtype: string
  splits:
  - name: train
    num_bytes: 2946534
    num_examples: 24300
  - name: valid
    num_bytes: 316608
    num_examples: 2700
  - name: test
    num_bytes: 357838
    num_examples: 3000
  download_size: 572948
  dataset_size: 3620980
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: valid
    path: data/valid-*
  - split: test
    path: data/test-*
---