File size: 502 Bytes
f70b6a7
 
 
 
 
 
 
 
 
 
 
 
50250bf
 
58278bb
688cc8d
6afd380
 
f70b6a7
 
 
 
 
50250bf
 
7a67bd0
 
f70b6a7
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
---
dataset_info:
  features:
  - name: image
    dtype: image
  - name: segmentation
    dtype: image
  - name: file_name
    dtype: string
  splits:
  - name: train
    num_examples: 87
  - name: test
    num_examples: 25
  - name: unlabeled
    num_examples: 8640
  download_size: 15223984647
  dataset_size: 15234708940.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
  - split: unlabeled
    path: data/unlabeled_*
---