Datasets:
Add livestock category: 150 caption-confirmed animal photos
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- README.md +16 -23
- images/0088af2bc8b01b65.jpg +3 -0
- images/00dac522909d4a10.jpg +3 -0
- images/0413f967bd70b5eb.jpg +3 -0
- images/09e53bd950f9ab0e.jpg +3 -0
- images/0ae9b7dfdcd2f7ae.jpg +3 -0
- images/0cb292a51834eb21.jpg +3 -0
- images/0df29ca6a7adaae6.jpg +3 -0
- images/1005713f59f2502e.jpg +3 -0
- images/116afc7fa4fb1865.jpg +3 -0
- images/119512af489d4cb6.jpg +3 -0
- images/11f492f824e8f365.jpg +3 -0
- images/126f1c732e87f9a3.jpg +3 -0
- images/146d24b11172e561.jpg +3 -0
- images/174ba8c5d7a50cc9.jpg +3 -0
- images/17e4be83be99a18a.jpg +3 -0
- images/18af18092e940a39.jpg +3 -0
- images/19af57658fd9947e.jpg +3 -0
- images/1aaa0570099c78f3.jpg +3 -0
- images/1c674d9e182147aa.jpg +3 -0
- images/21dbc63f47742754.jpg +3 -0
- images/2517d2a7f04da2fc.jpg +3 -0
- images/2643a9880868ae64.jpg +3 -0
- images/2958754d983930b1.jpg +3 -0
- images/2ac2921f078b53da.jpg +3 -0
- images/2bb78b6712a2217e.jpg +3 -0
- images/2fd7d6a5d99caa09.jpg +3 -0
- images/3067bdab9718fe05.jpg +3 -0
- images/30c39c4fff5431a6.jpg +3 -0
- images/387ded7917c908aa.jpg +3 -0
- images/397bb17b48a1d1db.jpg +3 -0
- images/3a047cc2bc534154.jpg +3 -0
- images/3a67e488c6248c00.jpg +3 -0
- images/3be1c7a4aaf8ba4b.jpg +3 -0
- images/3c91becf37e601df.jpg +3 -0
- images/40109ab90990914d.jpg +3 -0
- images/428262371941c202.jpg +3 -0
- images/42bf27c525ce73b5.jpg +3 -0
- images/42e6894aa8d73cae.jpg +3 -0
- images/431517898a983a51.jpg +3 -0
- images/4627a5dd664fa145.jpg +3 -0
- images/47b95de8e33a8b1a.jpg +3 -0
- images/493c479d9817a9d9.jpg +3 -0
- images/4f21b0aadb3fff58.jpg +3 -0
- images/50214055f26bfefa.jpg +3 -0
- images/51661b6e3626853c.jpg +3 -0
- images/53eb135af340023c.jpg +3 -0
- images/55f5481f286718e6.jpg +3 -0
- images/590f613e9c946715.jpg +3 -0
- images/59aeebc6ed7f4dd3.jpg +3 -0
README.md
CHANGED
|
@@ -27,31 +27,13 @@ A sample of farmer-submitted photographs from FarmerChat, an agricultural adviso
|
|
| 27 |
used by smallholder farmers in India, Ethiopia, Kenya and Nigeria. Published by
|
| 28 |
[Digital Green](https://www.digitalgreen.org).
|
| 29 |
|
| 30 |
-
This release contains
|
| 31 |
-
photographs belong to more than one category, see below) drawn from
|
| 32 |
representing different outcomes of an automated crop diagnosis pipeline, sampled
|
| 33 |
across country, month, crop and diagnosis where each applies.
|
| 34 |
|
| 35 |
Submissions span 2025-08 to 2026-07.
|
| 36 |
|
| 37 |
-
## Changes in this version
|
| 38 |
-
|
| 39 |
-
This version replaces an earlier release that had three problems. Some images had never
|
| 40 |
-
actually cleared the service's quality gate. A small number of off-topic images
|
| 41 |
-
(screenshots, AI-generated pictures) had slipped through because the quality gate only
|
| 42 |
-
checks blur/framing, not content — both fixed, see "How these images were selected" below.
|
| 43 |
-
|
| 44 |
-
Third, the `livestock` category has been removed entirely. It was built from
|
| 45 |
-
`livestock_signal`, a flag derived from the farmer's accompanying text, not from the
|
| 46 |
-
photo — and on inspection, none of its images actually showed an animal (they were plant
|
| 47 |
-
photos sent alongside a livestock-related question, or otherwise mismatched). The
|
| 48 |
-
automated content check in step 2 below does not catch this: it verifies a photo is a
|
| 49 |
-
real, on-topic agricultural image, not that it matches its assigned category, so these
|
| 50 |
-
rows passed it cleanly despite being wrongly categorized. Rather than publish a category
|
| 51 |
-
that doesn't reliably contain what it claims to, it's cut until we have a livestock-photo
|
| 52 |
-
label that's actually image-derived. This is why the record count and category count both
|
| 53 |
-
dropped again from the previous version of this fix.
|
| 54 |
-
|
| 55 |
## Loading
|
| 56 |
|
| 57 |
```python
|
|
@@ -69,16 +51,20 @@ Every photograph in this release cleared two independent screens.
|
|
| 69 |
|
| 70 |
1. **The service's own image-quality gate.** Submissions that the gate rejected (blur,
|
| 71 |
lighting, framing, no plant detected) are not included. This restricts the release to
|
| 72 |
-
submissions from the period the gate has been running.
|
|
|
|
|
|
|
| 73 |
2. **An automated content check.** Each remaining image was reviewed by a vision-language
|
| 74 |
model and kept only if it is genuinely agricultural, is a plausible diagnostic
|
| 75 |
submission rather than an accidental or off-topic one, and is an original photograph
|
| 76 |
-
rather than a screenshot, a stock or template graphic, or an AI-generated image.
|
|
|
|
|
|
|
| 77 |
|
| 78 |
Farmers do send off-topic images to the service — screenshots, photos of documents, pets,
|
| 79 |
food, AI-generated pictures. Those are a real and interesting property of the traffic, but
|
| 80 |
they are filtered out here so this dataset is what it claims to be: real photographs of
|
| 81 |
-
crops.
|
| 82 |
|
| 83 |
## Categories
|
| 84 |
|
|
@@ -90,11 +76,18 @@ crops.
|
|
| 90 |
| `crop_identified_diagnosis_unresolved` | 991 | A crop was identified but the health outcome was not determined |
|
| 91 |
| `healthy_crop` | 987 | A crop was identified and assessed as healthy |
|
| 92 |
| `crop_unresolved` | 983 | No crop could be identified in the photograph |
|
|
|
|
| 93 |
|
| 94 |
An image can belong to more than one category (for example, a low-confidence diagnosis
|
| 95 |
photo that also arrived with organic farmer text). Each membership is its own row in
|
| 96 |
`metadata.csv`, sharing the same `file_name`.
|
| 97 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 98 |
## Columns
|
| 99 |
|
| 100 |
| Column | Description |
|
|
|
|
| 27 |
used by smallholder farmers in India, Ethiopia, Kenya and Nigeria. Published by
|
| 28 |
[Digital Green](https://www.digitalgreen.org).
|
| 29 |
|
| 30 |
+
This release contains 6,096 records (5,964 distinct photographs; some
|
| 31 |
+
photographs belong to more than one category, see below) drawn from 7 categories
|
| 32 |
representing different outcomes of an automated crop diagnosis pipeline, sampled
|
| 33 |
across country, month, crop and diagnosis where each applies.
|
| 34 |
|
| 35 |
Submissions span 2025-08 to 2026-07.
|
| 36 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 37 |
## Loading
|
| 38 |
|
| 39 |
```python
|
|
|
|
| 51 |
|
| 52 |
1. **The service's own image-quality gate.** Submissions that the gate rejected (blur,
|
| 53 |
lighting, framing, no plant detected) are not included. This restricts the release to
|
| 54 |
+
submissions from the period the gate has been running. The `livestock` category is the
|
| 55 |
+
exception: the gate looks for a plant as the dominant subject, so it rejects genuine
|
| 56 |
+
livestock photos by design. Those images are included based on screen 2 instead.
|
| 57 |
2. **An automated content check.** Each remaining image was reviewed by a vision-language
|
| 58 |
model and kept only if it is genuinely agricultural, is a plausible diagnostic
|
| 59 |
submission rather than an accidental or off-topic one, and is an original photograph
|
| 60 |
+
rather than a screenshot, a stock or template graphic, or an AI-generated image. For the
|
| 61 |
+
`livestock` category, this same model's description of the photo is what confirms it
|
| 62 |
+
actually shows an animal, rather than relying on the farmer's text alone.
|
| 63 |
|
| 64 |
Farmers do send off-topic images to the service — screenshots, photos of documents, pets,
|
| 65 |
food, AI-generated pictures. Those are a real and interesting property of the traffic, but
|
| 66 |
they are filtered out here so this dataset is what it claims to be: real photographs of
|
| 67 |
+
crops and livestock.
|
| 68 |
|
| 69 |
## Categories
|
| 70 |
|
|
|
|
| 76 |
| `crop_identified_diagnosis_unresolved` | 991 | A crop was identified but the health outcome was not determined |
|
| 77 |
| `healthy_crop` | 987 | A crop was identified and assessed as healthy |
|
| 78 |
| `crop_unresolved` | 983 | No crop could be identified in the photograph |
|
| 79 |
+
| `livestock` | 150 | The photograph shows an animal rather than a crop |
|
| 80 |
|
| 81 |
An image can belong to more than one category (for example, a low-confidence diagnosis
|
| 82 |
photo that also arrived with organic farmer text). Each membership is its own row in
|
| 83 |
`metadata.csv`, sharing the same `file_name`.
|
| 84 |
|
| 85 |
+
`livestock` rows leave `crop` and `diagnosis` as `not_applicable` or `no_crop_detected` —
|
| 86 |
+
the pipeline they were sampled from is built to diagnose crops, not animals. `farmer_query`
|
| 87 |
+
/ `farmer_query_en` are also left blank on these rows unless the farmer typed their own
|
| 88 |
+
text beyond the standard "what's wrong with my crop" quick-reply, since that quick-reply
|
| 89 |
+
doesn't describe the photo.
|
| 90 |
+
|
| 91 |
## Columns
|
| 92 |
|
| 93 |
| Column | Description |
|
images/0088af2bc8b01b65.jpg
ADDED
|
Git LFS Details
|
images/00dac522909d4a10.jpg
ADDED
|
Git LFS Details
|
images/0413f967bd70b5eb.jpg
ADDED
|
Git LFS Details
|
images/09e53bd950f9ab0e.jpg
ADDED
|
Git LFS Details
|
images/0ae9b7dfdcd2f7ae.jpg
ADDED
|
Git LFS Details
|
images/0cb292a51834eb21.jpg
ADDED
|
Git LFS Details
|
images/0df29ca6a7adaae6.jpg
ADDED
|
Git LFS Details
|
images/1005713f59f2502e.jpg
ADDED
|
Git LFS Details
|
images/116afc7fa4fb1865.jpg
ADDED
|
Git LFS Details
|
images/119512af489d4cb6.jpg
ADDED
|
Git LFS Details
|
images/11f492f824e8f365.jpg
ADDED
|
Git LFS Details
|
images/126f1c732e87f9a3.jpg
ADDED
|
Git LFS Details
|
images/146d24b11172e561.jpg
ADDED
|
Git LFS Details
|
images/174ba8c5d7a50cc9.jpg
ADDED
|
Git LFS Details
|
images/17e4be83be99a18a.jpg
ADDED
|
Git LFS Details
|
images/18af18092e940a39.jpg
ADDED
|
Git LFS Details
|
images/19af57658fd9947e.jpg
ADDED
|
Git LFS Details
|
images/1aaa0570099c78f3.jpg
ADDED
|
Git LFS Details
|
images/1c674d9e182147aa.jpg
ADDED
|
Git LFS Details
|
images/21dbc63f47742754.jpg
ADDED
|
Git LFS Details
|
images/2517d2a7f04da2fc.jpg
ADDED
|
Git LFS Details
|
images/2643a9880868ae64.jpg
ADDED
|
Git LFS Details
|
images/2958754d983930b1.jpg
ADDED
|
Git LFS Details
|
images/2ac2921f078b53da.jpg
ADDED
|
Git LFS Details
|
images/2bb78b6712a2217e.jpg
ADDED
|
Git LFS Details
|
images/2fd7d6a5d99caa09.jpg
ADDED
|
Git LFS Details
|
images/3067bdab9718fe05.jpg
ADDED
|
Git LFS Details
|
images/30c39c4fff5431a6.jpg
ADDED
|
Git LFS Details
|
images/387ded7917c908aa.jpg
ADDED
|
Git LFS Details
|
images/397bb17b48a1d1db.jpg
ADDED
|
Git LFS Details
|
images/3a047cc2bc534154.jpg
ADDED
|
Git LFS Details
|
images/3a67e488c6248c00.jpg
ADDED
|
Git LFS Details
|
images/3be1c7a4aaf8ba4b.jpg
ADDED
|
Git LFS Details
|
images/3c91becf37e601df.jpg
ADDED
|
Git LFS Details
|
images/40109ab90990914d.jpg
ADDED
|
Git LFS Details
|
images/428262371941c202.jpg
ADDED
|
Git LFS Details
|
images/42bf27c525ce73b5.jpg
ADDED
|
Git LFS Details
|
images/42e6894aa8d73cae.jpg
ADDED
|
Git LFS Details
|
images/431517898a983a51.jpg
ADDED
|
Git LFS Details
|
images/4627a5dd664fa145.jpg
ADDED
|
Git LFS Details
|
images/47b95de8e33a8b1a.jpg
ADDED
|
Git LFS Details
|
images/493c479d9817a9d9.jpg
ADDED
|
Git LFS Details
|
images/4f21b0aadb3fff58.jpg
ADDED
|
Git LFS Details
|
images/50214055f26bfefa.jpg
ADDED
|
Git LFS Details
|
images/51661b6e3626853c.jpg
ADDED
|
Git LFS Details
|
images/53eb135af340023c.jpg
ADDED
|
Git LFS Details
|
images/55f5481f286718e6.jpg
ADDED
|
Git LFS Details
|
images/590f613e9c946715.jpg
ADDED
|
Git LFS Details
|
images/59aeebc6ed7f4dd3.jpg
ADDED
|
Git LFS Details
|