Datasets:
Commit
Β·
d3e13d8
1
Parent(s):
d39d80c
Update README.md
Browse files
README.md
CHANGED
|
@@ -10,6 +10,13 @@ tags:
|
|
| 10 |
size_categories:
|
| 11 |
- 1K<n<10K
|
| 12 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
|
| 14 |
### Dataset Labels
|
| 15 |
|
|
@@ -27,4 +34,27 @@ size_categories:
|
|
| 27 |
|
| 28 |
```json
|
| 29 |
{'insect':1618, 'abiotic':13960, 'disease':7032}
|
| 30 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
size_categories:
|
| 11 |
- 1K<n<10K
|
| 12 |
---
|
| 13 |
+
## Cashew Disease Identication with Artificial Intelligence (CADI-AI) Dataset
|
| 14 |
+
|
| 15 |
+
This repository contains a comprehensive dataset of cashew images captured by drones, accompanied by meticulously annotated labels.
|
| 16 |
+
Each high-resolution image in the dataset has a resolution of 1600x1300 pixels, providing fine details for analysis and model training.
|
| 17 |
+
To facilitate efficient object detection, each image is paired with a corresponding text file in YOLO format.
|
| 18 |
+
The YOLO format file contains annotations, including class labels and bounding box coordinates.
|
| 19 |
+
|
| 20 |
|
| 21 |
### Dataset Labels
|
| 22 |
|
|
|
|
| 34 |
|
| 35 |
```json
|
| 36 |
{'insect':1618, 'abiotic':13960, 'disease':7032}
|
| 37 |
+
```
|
| 38 |
+
### Folder structure after unzipping repective folders
|
| 39 |
+
|
| 40 |
+
```markdown
|
| 41 |
+
Data/
|
| 42 |
+
βββ train/
|
| 43 |
+
βββ images
|
| 44 |
+
βββ labels
|
| 45 |
+
βββ val/
|
| 46 |
+
βββ images
|
| 47 |
+
βββ labels
|
| 48 |
+
βββ test/
|
| 49 |
+
βββ images
|
| 50 |
+
βββ labels
|
| 51 |
+
```
|
| 52 |
+
|
| 53 |
+
### Dataset Information
|
| 54 |
+
The dataset was created by a team of data scientists from the KaraAgro AI Foundation,
|
| 55 |
+
with support from agricultural scientists and officers.
|
| 56 |
+
The creation of this dataset was made possible through funding of the
|
| 57 |
+
Deutsche Gesellschaft fΓΌr Internationale Zusammenarbeit (GIZ) through their projects
|
| 58 |
+
βMarket-Oriented Value Chains for Jobs & Growth in the ECOWAS Region (MOVE)β and
|
| 59 |
+
"FAIR Forward - Artificial Intelligence for All", which GIZ implements on
|
| 60 |
+
behalf the German Federal Ministry for Economic Cooperation and Development (BMZ).
|