Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -21,4 +21,23 @@ configs:
|
|
| 21 |
data_files:
|
| 22 |
- split: train
|
| 23 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
data_files:
|
| 22 |
- split: train
|
| 23 |
path: data/train-*
|
| 24 |
+
license: cc-by-4.0
|
| 25 |
+
task_categories:
|
| 26 |
+
- image-classification
|
| 27 |
+
size_categories:
|
| 28 |
+
- 1K<n<10K
|
| 29 |
---
|
| 30 |
+
|
| 31 |
+
# Soybean Insect Classification
|
| 32 |
+
|
| 33 |
+
A dataset for image classification of damage from insects on Soybean leaves. The dataset contains 6,410 images across 3 classes: Caterpillar, Diabrotica_speciosa, Healthy.
|
| 34 |
+
Images per class:
|
| 35 |
+
- Caterpillar: 3,309
|
| 36 |
+
- Diabrotica_speciosa: 2,205
|
| 37 |
+
- Healthy: 896
|
| 38 |
+
|
| 39 |
+
This dataset is indexed on https://project-agml.github.io/ as part of the AgML python library.
|
| 40 |
+
|
| 41 |
+
## Citation
|
| 42 |
+
|
| 43 |
+
Mignoni, Maria Eloisa (2021), “Images of Soybean Leaves”, Mendeley Data, V1, doi: 10.17632/bycbh73438.1
|