Datasets:
v2: quality-gate + VLM content filter fix (6,066 records, 7 categories, replaces prior junk-contaminated release)
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- README.md +51 -17
- images/00043651e83f1390.jpg +0 -3
- images/001179c5ead8946c.jpg +3 -0
- images/001495bc11156d08.jpg +0 -3
- images/0014a5ccae5ba26c.jpg +0 -3
- images/{2811f93ec431126e.jpg → 001f19ca31d94f7a.jpg} +0 -0
- images/001fbbef6540ab75.jpg +0 -3
- images/002461bb3a7a2611.jpg +3 -0
- images/0039a51f61f6a334.jpg +0 -3
- images/003a259fcbafaf2a.jpg +0 -3
- images/{0c71819a5e0a8c1d.jpg → 0048d37e637153e6.jpg} +0 -0
- images/0050f53cc745c503.jpg +3 -0
- images/0059460a1a45bdae.jpg +0 -3
- images/005df4bc2cf3fb82.jpg +0 -3
- images/0066c97a5d88ad5b.jpg +0 -3
- images/00674bf370313c1f.jpg +3 -0
- images/006dd7bca729d148.jpg +3 -0
- images/006e02ddfb13ec71.jpg +0 -3
- images/0072ec8effef10ef.jpg +0 -3
- images/007522ffd9521b51.jpg +3 -0
- images/{fafaef5a27c9cac7.jpg → 0076146ec75e9a7b.jpg} +0 -0
- images/00823eda9106d4ea.jpg +0 -3
- images/0087896cbd315ab9.jpg +0 -3
- images/0091dc8e43c6eba9.jpg +3 -0
- images/0095fa04fcf6f019.jpg +3 -0
- images/009688dc105aaf4b.jpg +0 -3
- images/0099230938f7433c.jpg +0 -3
- images/009ce7370416a052.jpg +3 -0
- images/00a17505c395b3b8.jpg +0 -3
- images/00a2674b7ac82681.jpg +3 -0
- images/00a300e22d67b284.jpg +0 -3
- images/00a38f4e1aaa1f41.jpg +0 -3
- images/00a4399d01e7add6.jpg +3 -0
- images/00aa7f5b200c9031.jpg +0 -3
- images/00b9a2dfe5344c21.jpg +3 -0
- images/00c426934cf56d94.jpg +0 -3
- images/00c551ee627ef39f.jpg +0 -3
- images/00c63ca91e5e3041.jpg +0 -3
- images/00d048eb716f9aeb.jpg +0 -3
- images/00d2944f98feb92a.jpg +0 -3
- images/00d51c3e151908da.jpg +3 -0
- images/00d5df9b4f1730d0.jpg +0 -3
- images/00da9710016a6b92.jpg +3 -0
- images/00e26c30c9c2d666.jpg +0 -3
- images/00e2b516f7ac20dc.jpg +0 -3
- images/00ebb6c073497ed8.jpg +0 -3
- images/00eee401301fc2ea.jpg +3 -0
- images/00f3524e4e0dc6a1.jpg +0 -3
- images/00f5340faefe3779.jpg +3 -0
- images/01119dff6d74abed.jpg +0 -3
README.md
CHANGED
|
@@ -28,11 +28,22 @@ A sample of farmer-submitted photographs from FarmerChat, an agricultural adviso
|
|
| 28 |
used by smallholder farmers in India, Ethiopia, Kenya and Nigeria. Published by
|
| 29 |
[Digital Green](https://www.digitalgreen.org).
|
| 30 |
|
| 31 |
-
This release contains
|
| 32 |
-
more than one category, see below) drawn from
|
| 33 |
-
an automated crop/livestock diagnosis pipeline
|
| 34 |
across country, month, crop and diagnosis where each applies.
|
| 35 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 36 |
## Loading
|
| 37 |
|
| 38 |
```python
|
|
@@ -44,22 +55,41 @@ ds = load_dataset("DigiGreen/farmerchat-image-samples", split="train")
|
|
| 44 |
Or load `metadata.csv` directly and read images from the `images/` folder using its
|
| 45 |
`file_name` column.
|
| 46 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 47 |
## Categories
|
| 48 |
|
| 49 |
-
| Category | What it represents |
|
| 50 |
-
|---|---|
|
| 51 |
-
| `diagnosis_returned` | A crop was identified and a specific disease/pest diagnosis was returned |
|
| 52 |
-
| `crop_identified_diagnosis_unresolved` | A crop was identified but the health outcome was not determined |
|
| 53 |
-
| `crop_unresolved` | No crop could be identified in the photograph |
|
| 54 |
-
| `
|
| 55 |
-
| `
|
| 56 |
-
| `
|
| 57 |
-
| `
|
| 58 |
-
| `multimodal_organic_text` | The photograph was accompanied by farmer-written text (not a repeated quick-reply template) |
|
| 59 |
|
| 60 |
An image can belong to more than one category (for example, a livestock photo with a
|
| 61 |
-
low-confidence diagnosis). Each membership is its own row in `metadata.csv`, sharing the
|
| 62 |
-
`file_name`.
|
|
|
|
|
|
|
|
|
|
| 63 |
|
| 64 |
## Columns
|
| 65 |
|
|
@@ -67,7 +97,7 @@ low-confidence diagnosis). Each membership is its own row in `metadata.csv`, sha
|
|
| 67 |
|---|---|
|
| 68 |
| `file_name` | Relative path to the image file |
|
| 69 |
| `image_id` | Stable per-image identifier |
|
| 70 |
-
| `category` | One of the
|
| 71 |
| `country` | Country the submission came from |
|
| 72 |
| `month` | Year-month the photo was submitted (YYYY-MM) |
|
| 73 |
| `crop` | Crop identified in the photo, where resolved. Normalized to a standard set of names (synonyms merged, casing standardized) |
|
|
@@ -88,13 +118,17 @@ automated language-model pass; any personal names, phone numbers, email addresse
|
|
| 88 |
addresses found were replaced with `[REDACTED]`.
|
| 89 |
|
| 90 |
Automated screening reduces but does not eliminate the chance of residual personal content.
|
| 91 |
-
This dataset should not be treated as guaranteed free of it.
|
|
|
|
| 92 |
|
| 93 |
## Limitations
|
| 94 |
|
| 95 |
Diagnoses and crop/health labels are outputs of an automated pipeline, not verified expert
|
| 96 |
labels. They reflect what the system determined, not necessarily agronomic ground truth.
|
| 97 |
|
|
|
|
|
|
|
|
|
|
| 98 |
## License
|
| 99 |
|
| 100 |
CC BY 4.0.
|
|
|
|
| 28 |
used by smallholder farmers in India, Ethiopia, Kenya and Nigeria. Published by
|
| 29 |
[Digital Green](https://www.digitalgreen.org).
|
| 30 |
|
| 31 |
+
This release contains 6,066 records (5,930 distinct photographs; some
|
| 32 |
+
photographs belong to more than one category, see below) drawn from 7 categories
|
| 33 |
+
representing different outcomes of an automated crop/livestock diagnosis pipeline, sampled
|
| 34 |
across country, month, crop and diagnosis where each applies.
|
| 35 |
|
| 36 |
+
Submissions span 2025-08 to 2026-07.
|
| 37 |
+
|
| 38 |
+
## Changes in this version
|
| 39 |
+
|
| 40 |
+
This version replaces an earlier release that had two problems: some images had never
|
| 41 |
+
actually cleared the service's quality gate (most notably in the livestock category), and
|
| 42 |
+
a small number of off-topic images (screenshots, AI-generated pictures) had slipped
|
| 43 |
+
through because the quality gate only checks blur/framing, not content. Both are fixed
|
| 44 |
+
here — see "How these images were selected" below — which is why the record count and
|
| 45 |
+
category sizes differ from the previous version.
|
| 46 |
+
|
| 47 |
## Loading
|
| 48 |
|
| 49 |
```python
|
|
|
|
| 55 |
Or load `metadata.csv` directly and read images from the `images/` folder using its
|
| 56 |
`file_name` column.
|
| 57 |
|
| 58 |
+
## How these images were selected
|
| 59 |
+
|
| 60 |
+
Every photograph in this release cleared two independent screens.
|
| 61 |
+
|
| 62 |
+
1. **The service's own image-quality gate.** Submissions that the gate rejected (blur,
|
| 63 |
+
lighting, framing, no plant detected) are not included. This restricts the release to
|
| 64 |
+
submissions from the period the gate has been running.
|
| 65 |
+
2. **An automated content check.** Each remaining image was reviewed by a vision-language
|
| 66 |
+
model and kept only if it is genuinely agricultural, is a plausible diagnostic
|
| 67 |
+
submission rather than an accidental or off-topic one, and is an original photograph
|
| 68 |
+
rather than a screenshot, a stock or template graphic, or an AI-generated image.
|
| 69 |
+
|
| 70 |
+
Farmers do send off-topic images to the service — screenshots, photos of documents, pets,
|
| 71 |
+
food, AI-generated pictures. Those are a real and interesting property of the traffic, but
|
| 72 |
+
they are filtered out here so this dataset is what it claims to be: real photographs of
|
| 73 |
+
crops and livestock.
|
| 74 |
+
|
| 75 |
## Categories
|
| 76 |
|
| 77 |
+
| Category | Records | What it represents |
|
| 78 |
+
|---|---:|---|
|
| 79 |
+
| `diagnosis_returned` | 991 | A crop was identified and a specific disease/pest diagnosis was returned |
|
| 80 |
+
| `crop_identified_diagnosis_unresolved` | 991 | A crop was identified but the health outcome was not determined |
|
| 81 |
+
| `crop_unresolved` | 983 | No crop could be identified in the photograph |
|
| 82 |
+
| `healthy_crop` | 987 | A crop was identified and assessed as healthy |
|
| 83 |
+
| `low_confidence_diagnosis` | 995 | A diagnosis was returned, but with lower model confidence |
|
| 84 |
+
| `livestock` | 120 | The submission was flagged as livestock-related rather than crop-related |
|
| 85 |
+
| `multimodal_organic_text` | 999 | The photograph was accompanied by farmer-written text (not a repeated quick-reply template) |
|
|
|
|
| 86 |
|
| 87 |
An image can belong to more than one category (for example, a livestock photo with a
|
| 88 |
+
low-confidence diagnosis). Each membership is its own row in `metadata.csv`, sharing the
|
| 89 |
+
same `file_name`.
|
| 90 |
+
|
| 91 |
+
Category sizes are uneven. `livestock` is much smaller than the others because most
|
| 92 |
+
livestock-related submissions do not clear the image-quality gate.
|
| 93 |
|
| 94 |
## Columns
|
| 95 |
|
|
|
|
| 97 |
|---|---|
|
| 98 |
| `file_name` | Relative path to the image file |
|
| 99 |
| `image_id` | Stable per-image identifier |
|
| 100 |
+
| `category` | One of the categories above |
|
| 101 |
| `country` | Country the submission came from |
|
| 102 |
| `month` | Year-month the photo was submitted (YYYY-MM) |
|
| 103 |
| `crop` | Crop identified in the photo, where resolved. Normalized to a standard set of names (synonyms merged, casing standardized) |
|
|
|
|
| 118 |
addresses found were replaced with `[REDACTED]`.
|
| 119 |
|
| 120 |
Automated screening reduces but does not eliminate the chance of residual personal content.
|
| 121 |
+
This dataset should not be treated as guaranteed free of it. In particular, some photographs
|
| 122 |
+
carry a camera watermark or timestamp burnt into the image by the phone that took them.
|
| 123 |
|
| 124 |
## Limitations
|
| 125 |
|
| 126 |
Diagnoses and crop/health labels are outputs of an automated pipeline, not verified expert
|
| 127 |
labels. They reflect what the system determined, not necessarily agronomic ground truth.
|
| 128 |
|
| 129 |
+
The content check in step 2 above is itself an automated model judgement, so it will have
|
| 130 |
+
made some mistakes in both directions.
|
| 131 |
+
|
| 132 |
## License
|
| 133 |
|
| 134 |
CC BY 4.0.
|
images/00043651e83f1390.jpg
DELETED
Git LFS Details
|
images/001179c5ead8946c.jpg
ADDED
|
Git LFS Details
|
images/001495bc11156d08.jpg
DELETED
Git LFS Details
|
images/0014a5ccae5ba26c.jpg
DELETED
Git LFS Details
|
images/{2811f93ec431126e.jpg → 001f19ca31d94f7a.jpg}
RENAMED
|
File without changes
|
images/001fbbef6540ab75.jpg
DELETED
Git LFS Details
|
images/002461bb3a7a2611.jpg
ADDED
|
Git LFS Details
|
images/0039a51f61f6a334.jpg
DELETED
Git LFS Details
|
images/003a259fcbafaf2a.jpg
DELETED
Git LFS Details
|
images/{0c71819a5e0a8c1d.jpg → 0048d37e637153e6.jpg}
RENAMED
|
File without changes
|
images/0050f53cc745c503.jpg
ADDED
|
Git LFS Details
|
images/0059460a1a45bdae.jpg
DELETED
Git LFS Details
|
images/005df4bc2cf3fb82.jpg
DELETED
Git LFS Details
|
images/0066c97a5d88ad5b.jpg
DELETED
Git LFS Details
|
images/00674bf370313c1f.jpg
ADDED
|
Git LFS Details
|
images/006dd7bca729d148.jpg
ADDED
|
Git LFS Details
|
images/006e02ddfb13ec71.jpg
DELETED
Git LFS Details
|
images/0072ec8effef10ef.jpg
DELETED
Git LFS Details
|
images/007522ffd9521b51.jpg
ADDED
|
Git LFS Details
|
images/{fafaef5a27c9cac7.jpg → 0076146ec75e9a7b.jpg}
RENAMED
|
File without changes
|
images/00823eda9106d4ea.jpg
DELETED
Git LFS Details
|
images/0087896cbd315ab9.jpg
DELETED
Git LFS Details
|
images/0091dc8e43c6eba9.jpg
ADDED
|
Git LFS Details
|
images/0095fa04fcf6f019.jpg
ADDED
|
Git LFS Details
|
images/009688dc105aaf4b.jpg
DELETED
Git LFS Details
|
images/0099230938f7433c.jpg
DELETED
Git LFS Details
|
images/009ce7370416a052.jpg
ADDED
|
Git LFS Details
|
images/00a17505c395b3b8.jpg
DELETED
Git LFS Details
|
images/00a2674b7ac82681.jpg
ADDED
|
Git LFS Details
|
images/00a300e22d67b284.jpg
DELETED
Git LFS Details
|
images/00a38f4e1aaa1f41.jpg
DELETED
Git LFS Details
|
images/00a4399d01e7add6.jpg
ADDED
|
Git LFS Details
|
images/00aa7f5b200c9031.jpg
DELETED
Git LFS Details
|
images/00b9a2dfe5344c21.jpg
ADDED
|
Git LFS Details
|
images/00c426934cf56d94.jpg
DELETED
Git LFS Details
|
images/00c551ee627ef39f.jpg
DELETED
Git LFS Details
|
images/00c63ca91e5e3041.jpg
DELETED
Git LFS Details
|
images/00d048eb716f9aeb.jpg
DELETED
Git LFS Details
|
images/00d2944f98feb92a.jpg
DELETED
Git LFS Details
|
images/00d51c3e151908da.jpg
ADDED
|
Git LFS Details
|
images/00d5df9b4f1730d0.jpg
DELETED
Git LFS Details
|
images/00da9710016a6b92.jpg
ADDED
|
Git LFS Details
|
images/00e26c30c9c2d666.jpg
DELETED
Git LFS Details
|
images/00e2b516f7ac20dc.jpg
DELETED
Git LFS Details
|
images/00ebb6c073497ed8.jpg
DELETED
Git LFS Details
|
images/00eee401301fc2ea.jpg
ADDED
|
Git LFS Details
|
images/00f3524e4e0dc6a1.jpg
DELETED
Git LFS Details
|
images/00f5340faefe3779.jpg
ADDED
|
Git LFS Details
|
images/01119dff6d74abed.jpg
DELETED
Git LFS Details
|