File size: 878 Bytes
16071a1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
37
38
39
40
41
---
dataset_info:
  features:
  - name: image
    dtype: image
  - name: label
    dtype:
      class_label:
        names:
          '0': Gummosis_fruit
          '1': Gummosis_stem
          '2': Sooty_mould_fruit
          '3': Sooty_mould_leaf
          '4': Sooty_mould_stem
          '5': healthy_flower
          '6': healthy_fruit
          '7': healthy_leaf
          '8': powdery_mildew_flower
          '9': powdery_mildew_fruit
          '10': powdery_mildew_leaf
          '11': scab_flower
          '12': scab_fruit
          '13': scab_leaf
  splits:
  - name: train
    num_bytes: 289762284.0
    num_examples: 453
  - name: test
    num_bytes: 76970259.0
    num_examples: 118
  download_size: 366770498
  dataset_size: 366732543.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---