File size: 3,306 Bytes
4184b04
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
---
dataset_info:
  features:
  - name: image
    dtype: image
  - name: label
    dtype:
      class_label:
        names:
          '0': Apple Scab Leaf
          '1': Apple leaf
          '2': Apple rust leaf
          '3': Apple___Apple_scab
          '4': Apple___Black_rot
          '5': Apple___Cedar_apple_rust
          '6': Apple___healthy
          '7': Bell_pepper leaf
          '8': Bell_pepper leaf spot
          '9': Blueberry leaf
          '10': Blueberry___healthy
          '11': Cherry leaf
          '12': Cherry_(including_sour)___Powdery_mildew
          '13': Cherry_(including_sour)___healthy
          '14': Corn Gray leaf spot
          '15': Corn leaf blight
          '16': Corn rust leaf
          '17': Corn_(maize)___Cercospora_leaf_spot Gray_leaf_spot
          '18': Corn_(maize)___Common_rust_
          '19': Corn_(maize)___Northern_Leaf_Blight
          '20': Corn_(maize)___healthy
          '21': Grape___Black_rot
          '22': Grape___Esca_(Black_Measles)
          '23': Grape___Leaf_blight_(Isariopsis_Leaf_Spot)
          '24': Grape___healthy
          '25': Orange___Haunglongbing_(Citrus_greening)
          '26': Peach leaf
          '27': Peach___Bacterial_spot
          '28': Peach___healthy
          '29': Pepper,_bell___Bacterial_spot
          '30': Pepper,_bell___healthy
          '31': Potato leaf early blight
          '32': Potato leaf late blight
          '33': Potato___Early_blight
          '34': Potato___Late_blight
          '35': Potato___healthy
          '36': Raspberry leaf
          '37': Raspberry___healthy
          '38': Soyabean leaf
          '39': Soybean___healthy
          '40': Squash Powdery mildew leaf
          '41': Squash___Powdery_mildew
          '42': Strawberry leaf
          '43': Strawberry___Leaf_scorch
          '44': Strawberry___healthy
          '45': Tomato Early blight leaf
          '46': Tomato Septoria leaf spot
          '47': Tomato leaf
          '48': Tomato leaf bacterial spot
          '49': Tomato leaf late blight
          '50': Tomato leaf mosaic virus
          '51': Tomato leaf yellow virus
          '52': Tomato mold leaf
          '53': Tomato two spotted spider mites leaf
          '54': Tomato___Bacterial_spot
          '55': Tomato___Early_blight
          '56': Tomato___Late_blight
          '57': Tomato___Leaf_Mold
          '58': Tomato___Septoria_leaf_spot
          '59': Tomato___Spider_mites Two-spotted_spider_mite
          '60': Tomato___Target_Spot
          '61': Tomato___Tomato_Yellow_Leaf_Curl_Virus
          '62': Tomato___Tomato_mosaic_virus
          '63': Tomato___healthy
          '64': grape leaf
          '65': grape leaf black rot
  - name: path
    dtype: string
  - name: split
    dtype: string
  - name: phash
    dtype: string
  - name: width
    dtype: int64
  - name: height
    dtype: int64
  splits:
  - name: train
    num_bytes: 26494397.0
    num_examples: 1000
  - name: test
    num_bytes: 73497334.0
    num_examples: 236
  - name: validation
    num_bytes: 16219014.0
    num_examples: 1000
  download_size: 115388684
  dataset_size: 116210745.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
  - split: validation
    path: data/validation-*
---