File size: 2,047 Bytes
3ec177c
 
455a9fd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3ec177c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
455a9fd
 
 
 
3ec177c
 
 
 
 
72667ee
 
 
 
 
3ec177c
72667ee
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
- config_name: augmented
  features:
  - name: image
    dtype: image
  - name: label
    dtype:
      class_label:
        names:
          '0': healthy
          '1': helminthosporium_leaf_blight
          '2': spodoptera_frugiperda
          '3': zonocerus_variegatus
  splits:
  - name: train
    num_bytes: 376332533
    num_examples: 11772
  download_size: 371016118
  dataset_size: 376332533
- config_name: raw
  features:
  - name: image
    dtype: image
  - name: label
    dtype:
      class_label:
        names:
          '0': healthy
          '1': helminthosporium_leaf_blight
          '2': spodoptera_frugiperda
          '3': zonocerus_variegatus
  splits:
  - name: train
    num_bytes: 6386222191
    num_examples: 1308
  download_size: 7249473765
  dataset_size: 6386222191
configs:
- config_name: augmented
  data_files:
  - split: train
    path: augmented/train-*
- config_name: raw
  data_files:
  - split: train
    path: raw/train-*
  default: true
license: cc-by-4.0
task_categories:
- image-classification
size_categories:
- 1K<n<10K
---
# Corn Leaf Pest Classification

A dataset for image classification of Corn Leaf Pest Classification.    
The raw dataset contains 1,308 images.  
The augmented dataset contains 11,772 images.  

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

## Citation

```bibtex
@article{tchokogoue2025towards,
  title={Towards precision agriculture: A dataset for early detection of corn leaf pests},
  author={Tchokogou{\'e}, Thierry and Noumsi, Auguste Vigny and Atemkeng, Marcellin and Fono, Louis Aim{\'e}},
  journal={Data in Brief},
  volume={59},
  pages={111394},
  year={2025},
  publisher={Elsevier}
}
```

Tchokogoué, Thierry; Noumsi, Auguste; Atemkeng Teufack, Marcellin; FONO, LOUIS AIME  (2024), “A Dataset for Early Detection of Corn Leaf Pests in Precision Agriculture”, Mendeley Data, V1, doi: 10.17632/ymvghfcww7.1

*This dataset was reformatted from its original format to match HuggingFace standards.*