File size: 1,121 Bytes
422226b
 
 
f781ac1
 
 
 
 
 
 
ed01807
 
 
 
 
 
422226b
 
 
 
 
 
 
 
 
 
f781ac1
 
 
 
 
 
 
 
 
 
 
 
422226b
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
license: cc-by-4.0
task_categories:
- image-classification
size_categories:
- 1K<n<10K
dataset_info:
  features:
  - name: image
    dtype: image
  - name: label
    dtype:
      class_label:
        names:
          '0': angular_leaf_spot
          '1': bean_rust
          '2': healthy
  splits:
  - name: train
    num_bytes: 143583487
    num_examples: 1034
  - name: validation
    num_bytes: 18492287
    num_examples: 133
  - name: test
    num_bytes: 17698571
    num_examples: 128
  download_size: 179966465
  dataset_size: 179774345
---

# Bean Disease Uganda

A dataset for disease classification of bean leaves. The dataset contains 1,295 images across 3 classes: angular_leaf_spot, bean_rust, healthy.  
Images per class:
- angular_leaf_spot: 432
- bean_rust: 436
- healthy: 427

This dataset is indexed on https://project-agml.github.io/ as part of the AgML python library.

## Citation
https://github.com/AI-Lab-Makerere/ibean/