File size: 1,355 Bytes
140cffe
 
3359eac
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
bcfde6d
 
 
 
3359eac
 
 
 
 
140cffe
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
---

license: mit
dataset_info:
  features:
  - name: image_id
    dtype: string
  - name: image
    dtype: image
  - name: objects
    sequence:
    - name: category
      dtype:
        class_label:
          names:
            '0': Corn_Cercospora_Leaf_Spot
            '1': Corn_Common_Rust
            '2': Corn_Healthy
            '3': Corn_Northern_Leaf_Blight
            '4': Corn_Streak
            '5': Pepper_Bacterial_Spot
            '6': Pepper_Cercospora
            '7': Pepper_Early_Blight
            '8': Pepper_Fusarium
            '9': Pepper_Healthy
            '10': Pepper_Late_Blight
            '11': Pepper_Leaf_Blight
            '12': Pepper_Leaf_Curl
            '13': Pepper_Leaf_Mosaic
            '14': Pepper_Septoria
            '15': Tomato_Bacterial_Spot
            '16': Tomato_Early_Blight
            '17': Tomato_Fusarium
            '18': Tomato_Healthy
            '19': Tomato_Late_Blight
            '20': Tomato_Leaf_Curl
            '21': Tomato_Mosaic
            '22': Tomato_Septoria
    - name: bbox
      sequence: float32
  splits:
  - name: train
    num_bytes: 7806350905.328
    num_examples: 4902
  download_size: 7821767484
  dataset_size: 7806350905.328
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---