Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -20,4 +20,33 @@ configs:
|
|
| 20 |
data_files:
|
| 21 |
- split: train
|
| 22 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
data_files:
|
| 21 |
- split: train
|
| 22 |
path: data/train-*
|
| 23 |
+
license: cc-by-4.0
|
| 24 |
+
task_categories:
|
| 25 |
+
- image-classification
|
| 26 |
+
size_categories:
|
| 27 |
+
- 1K<n<10K
|
| 28 |
---
|
| 29 |
+
|
| 30 |
+
# Fig Leaf Ficus Worm Classification
|
| 31 |
+
|
| 32 |
+
A dataset for disease classification of fig leaves with Ficus worms. The dataset contains 2,321 images across 2 classes: healthy, infected.
|
| 33 |
+
Images per class:
|
| 34 |
+
- healthy: 971
|
| 35 |
+
- infected: 1,350
|
| 36 |
+
|
| 37 |
+
This dataset is indexed on https://project-agml.github.io/ as part of the AgML python library.
|
| 38 |
+
|
| 39 |
+
## Citation
|
| 40 |
+
|
| 41 |
+
```bibtex
|
| 42 |
+
@article{hafi2024image,
|
| 43 |
+
title={Image dataset of healthy and infected fig leaves with Ficus leaf worm},
|
| 44 |
+
author={Hafi, Saad Jabir and Mohammed, Mohammed Abdallazez and Abd, Dhafar Hamed and Alaskar, Haya and Alharbe, Nawaf R and Ansari, Sam and Aliesawi, Salah A and Hussain, Abir Jaafar},
|
| 45 |
+
journal={Data in Brief},
|
| 46 |
+
volume={53},
|
| 47 |
+
pages={109958},
|
| 48 |
+
year={2024}
|
| 49 |
+
}
|
| 50 |
+
```
|
| 51 |
+
|
| 52 |
+
Hafi, Saad; Mohammed Abdallazez, Mohammed; Hamed , Dhafar; Alaskar, Haya; Hussain, Abir (2023), “fig leaves dataset”, Mendeley Data, V2, doi: 10.17632/f7dk2yknff.2
|