15laddoo commited on
Commit
92b5e09
·
verified ·
1 Parent(s): 25c5fdb

v2: quality-gate + VLM content filter fix (6,066 records, 7 categories, replaces prior junk-contaminated release)

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +51 -17
  2. images/00043651e83f1390.jpg +0 -3
  3. images/001179c5ead8946c.jpg +3 -0
  4. images/001495bc11156d08.jpg +0 -3
  5. images/0014a5ccae5ba26c.jpg +0 -3
  6. images/{2811f93ec431126e.jpg → 001f19ca31d94f7a.jpg} +0 -0
  7. images/001fbbef6540ab75.jpg +0 -3
  8. images/002461bb3a7a2611.jpg +3 -0
  9. images/0039a51f61f6a334.jpg +0 -3
  10. images/003a259fcbafaf2a.jpg +0 -3
  11. images/{0c71819a5e0a8c1d.jpg → 0048d37e637153e6.jpg} +0 -0
  12. images/0050f53cc745c503.jpg +3 -0
  13. images/0059460a1a45bdae.jpg +0 -3
  14. images/005df4bc2cf3fb82.jpg +0 -3
  15. images/0066c97a5d88ad5b.jpg +0 -3
  16. images/00674bf370313c1f.jpg +3 -0
  17. images/006dd7bca729d148.jpg +3 -0
  18. images/006e02ddfb13ec71.jpg +0 -3
  19. images/0072ec8effef10ef.jpg +0 -3
  20. images/007522ffd9521b51.jpg +3 -0
  21. images/{fafaef5a27c9cac7.jpg → 0076146ec75e9a7b.jpg} +0 -0
  22. images/00823eda9106d4ea.jpg +0 -3
  23. images/0087896cbd315ab9.jpg +0 -3
  24. images/0091dc8e43c6eba9.jpg +3 -0
  25. images/0095fa04fcf6f019.jpg +3 -0
  26. images/009688dc105aaf4b.jpg +0 -3
  27. images/0099230938f7433c.jpg +0 -3
  28. images/009ce7370416a052.jpg +3 -0
  29. images/00a17505c395b3b8.jpg +0 -3
  30. images/00a2674b7ac82681.jpg +3 -0
  31. images/00a300e22d67b284.jpg +0 -3
  32. images/00a38f4e1aaa1f41.jpg +0 -3
  33. images/00a4399d01e7add6.jpg +3 -0
  34. images/00aa7f5b200c9031.jpg +0 -3
  35. images/00b9a2dfe5344c21.jpg +3 -0
  36. images/00c426934cf56d94.jpg +0 -3
  37. images/00c551ee627ef39f.jpg +0 -3
  38. images/00c63ca91e5e3041.jpg +0 -3
  39. images/00d048eb716f9aeb.jpg +0 -3
  40. images/00d2944f98feb92a.jpg +0 -3
  41. images/00d51c3e151908da.jpg +3 -0
  42. images/00d5df9b4f1730d0.jpg +0 -3
  43. images/00da9710016a6b92.jpg +3 -0
  44. images/00e26c30c9c2d666.jpg +0 -3
  45. images/00e2b516f7ac20dc.jpg +0 -3
  46. images/00ebb6c073497ed8.jpg +0 -3
  47. images/00eee401301fc2ea.jpg +3 -0
  48. images/00f3524e4e0dc6a1.jpg +0 -3
  49. images/00f5340faefe3779.jpg +3 -0
  50. 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 8,000 records (7,906 distinct photographs; some photographs belong to
32
- more than one category, see below) drawn from 8 categories representing different outcomes of
33
- an automated crop/livestock diagnosis pipeline. Roughly 1,000 records per category, sampled
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
- | `rejected_quality` | The photograph was rejected by an automated image-quality check (blur, lighting, framing, etc.) before diagnosis was attempted |
55
- | `healthy_crop` | A crop was identified and assessed as healthy |
56
- | `low_confidence_diagnosis` | A diagnosis was returned, but with lower model confidence |
57
- | `livestock` | The photograph was flagged as livestock-related rather than crop-related |
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 same
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 8 categories above |
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

  • SHA256: 522ca05d6a3b383a35570323c0eccd6fb20b263b12279eec72e0592dfbcdefa3
  • Pointer size: 131 Bytes
  • Size of remote file: 149 kB
images/001179c5ead8946c.jpg ADDED

Git LFS Details

  • SHA256: f6ea0c23fefb8b27ab90e792a0220a2238866a890a8130c0bf66c8b120778c71
  • Pointer size: 131 Bytes
  • Size of remote file: 128 kB
images/001495bc11156d08.jpg DELETED

Git LFS Details

  • SHA256: fa10793f33529b57c3212149ea8833686ab4f91b14f5b56ae1e5b346666f6d8b
  • Pointer size: 131 Bytes
  • Size of remote file: 247 kB
images/0014a5ccae5ba26c.jpg DELETED

Git LFS Details

  • SHA256: 0e3e6d9b8ae0482ef2ef7aa312227937043842902c6624be3b17b8d612c853ef
  • Pointer size: 130 Bytes
  • Size of remote file: 89.7 kB
images/{2811f93ec431126e.jpg → 001f19ca31d94f7a.jpg} RENAMED
File without changes
images/001fbbef6540ab75.jpg DELETED

Git LFS Details

  • SHA256: 086c85ba8827f898abf8db353c41b0afb02bcb769e38f9139dd42bc50f3f109f
  • Pointer size: 131 Bytes
  • Size of remote file: 197 kB
images/002461bb3a7a2611.jpg ADDED

Git LFS Details

  • SHA256: 792d6d66f4850dc370583a8e50d3460380f3e418d8612de079c888c292c027f3
  • Pointer size: 130 Bytes
  • Size of remote file: 83.3 kB
images/0039a51f61f6a334.jpg DELETED

Git LFS Details

  • SHA256: 467fbf8a3c330e4222ba6a43c09c9a06e943367716c22e33677183dcf05084d1
  • Pointer size: 130 Bytes
  • Size of remote file: 76.9 kB
images/003a259fcbafaf2a.jpg DELETED

Git LFS Details

  • SHA256: faa871f767edf52520858ff39c9ae52074439f69e94b490af601b7367f5fcb08
  • Pointer size: 130 Bytes
  • Size of remote file: 86.1 kB
images/{0c71819a5e0a8c1d.jpg → 0048d37e637153e6.jpg} RENAMED
File without changes
images/0050f53cc745c503.jpg ADDED

Git LFS Details

  • SHA256: 9a2020d8df4e10973f04cbdbbdcf19069db2195593864b5651bf8d54b1727908
  • Pointer size: 131 Bytes
  • Size of remote file: 103 kB
images/0059460a1a45bdae.jpg DELETED

Git LFS Details

  • SHA256: 2b6aba2d7630aa232f52e4b99d2636d4266bb2fe3f947a40c523156e29e453cb
  • Pointer size: 130 Bytes
  • Size of remote file: 99.9 kB
images/005df4bc2cf3fb82.jpg DELETED

Git LFS Details

  • SHA256: 84023747f0edd445f07f452466ddaf81eb8c1f2fb413e699a9d6473548042d6b
  • Pointer size: 131 Bytes
  • Size of remote file: 124 kB
images/0066c97a5d88ad5b.jpg DELETED

Git LFS Details

  • SHA256: 6e96e31ea3c7d372ee3d368acb60721ea25ec441348802bba8d79bdfb2c7e103
  • Pointer size: 131 Bytes
  • Size of remote file: 199 kB
images/00674bf370313c1f.jpg ADDED

Git LFS Details

  • SHA256: cb8bdc0bcf2d5b4ac134fbc4c103fcde3675b770f1cffcf8ebd4ed96714ff83a
  • Pointer size: 130 Bytes
  • Size of remote file: 84.5 kB
images/006dd7bca729d148.jpg ADDED

Git LFS Details

  • SHA256: 2d1b1904648d6739339d351e8ab4b521f960ef4de9b3bfc59215401d229f8f09
  • Pointer size: 131 Bytes
  • Size of remote file: 121 kB
images/006e02ddfb13ec71.jpg DELETED

Git LFS Details

  • SHA256: ca9fb3d16121bcd0cb4a5e9efd226d3c087ee59ad781a67061662f0b7d38140f
  • Pointer size: 131 Bytes
  • Size of remote file: 163 kB
images/0072ec8effef10ef.jpg DELETED

Git LFS Details

  • SHA256: 0f0f1d88e4cb6b4b999dbca70a2386e7279a6a31f2edf17d5535e88111c74fce
  • Pointer size: 131 Bytes
  • Size of remote file: 223 kB
images/007522ffd9521b51.jpg ADDED

Git LFS Details

  • SHA256: 151ce36e7c3237b08e55e7e6d1d84f8f802ed09e7c124ad43505a0909123ceb3
  • Pointer size: 131 Bytes
  • Size of remote file: 206 kB
images/{fafaef5a27c9cac7.jpg → 0076146ec75e9a7b.jpg} RENAMED
File without changes
images/00823eda9106d4ea.jpg DELETED

Git LFS Details

  • SHA256: dc54ff6f6fdb51e67b24c8078ff472f267628e15aa2e9e24cb84316ec96f2bff
  • Pointer size: 130 Bytes
  • Size of remote file: 47.7 kB
images/0087896cbd315ab9.jpg DELETED

Git LFS Details

  • SHA256: 8d5a28e18dfd66518494c76700870eaef52ada9fe80aabf3bd393bc6229bb20a
  • Pointer size: 131 Bytes
  • Size of remote file: 242 kB
images/0091dc8e43c6eba9.jpg ADDED

Git LFS Details

  • SHA256: b0daa15ce47ff58967845d65754eeff24409984005e5c67423be991c95e0f612
  • Pointer size: 131 Bytes
  • Size of remote file: 199 kB
images/0095fa04fcf6f019.jpg ADDED

Git LFS Details

  • SHA256: 686f4a628f38882ae1466d4f6b799fd7326cc9825797c5b0747c43fda40ed756
  • Pointer size: 131 Bytes
  • Size of remote file: 189 kB
images/009688dc105aaf4b.jpg DELETED

Git LFS Details

  • SHA256: c54a1b3bf8267db57aeb666937b183e713f81bdbcf0ecff32e671574967c0dd5
  • Pointer size: 130 Bytes
  • Size of remote file: 69.5 kB
images/0099230938f7433c.jpg DELETED

Git LFS Details

  • SHA256: 5d5bc119e8752f06eab03b0cf6afd6c66083e28d8e74f82f9f4d765dc9d454e5
  • Pointer size: 131 Bytes
  • Size of remote file: 102 kB
images/009ce7370416a052.jpg ADDED

Git LFS Details

  • SHA256: 150a157332106324664931d7f399c56cec116cf7429c09de3c7e35295fb0ecca
  • Pointer size: 131 Bytes
  • Size of remote file: 238 kB
images/00a17505c395b3b8.jpg DELETED

Git LFS Details

  • SHA256: 34dc1875d568681ecc3c1fb9528a9c8f46fe41228cd8d467e85689553ee65d4f
  • Pointer size: 131 Bytes
  • Size of remote file: 136 kB
images/00a2674b7ac82681.jpg ADDED

Git LFS Details

  • SHA256: 241c8ad3e04dc784f3808d3d8984a457a2a1d18c2f67d5ac2333a775474dafe9
  • Pointer size: 131 Bytes
  • Size of remote file: 246 kB
images/00a300e22d67b284.jpg DELETED

Git LFS Details

  • SHA256: 0e4db4bf3da7aa68841a36d424267dc5e08389c05858f55b3950085c63684963
  • Pointer size: 131 Bytes
  • Size of remote file: 131 kB
images/00a38f4e1aaa1f41.jpg DELETED

Git LFS Details

  • SHA256: 6e9efdc0ffc5a288f5a5af39ed80377b6fc51da9ebe9f74ddfc5e0b6f262cd19
  • Pointer size: 131 Bytes
  • Size of remote file: 273 kB
images/00a4399d01e7add6.jpg ADDED

Git LFS Details

  • SHA256: d5d9fe69f4ac6ef0d93a7a018bbb73f479298d169f668204181745223a0753d0
  • Pointer size: 131 Bytes
  • Size of remote file: 263 kB
images/00aa7f5b200c9031.jpg DELETED

Git LFS Details

  • SHA256: a1c11b6d48ebc0b4b4c5806eeb97fa9c559a06d6418deb4db8b64f4dd05a8be7
  • Pointer size: 131 Bytes
  • Size of remote file: 165 kB
images/00b9a2dfe5344c21.jpg ADDED

Git LFS Details

  • SHA256: 03123c0bb71a3733e16b18cd28cc9a3b05064de6222fbb7368ac584487614141
  • Pointer size: 131 Bytes
  • Size of remote file: 135 kB
images/00c426934cf56d94.jpg DELETED

Git LFS Details

  • SHA256: 4ef7393f7ca45cfe3fcd434feb186d05de8af4047e537cbd272feb2b8a414ca4
  • Pointer size: 131 Bytes
  • Size of remote file: 355 kB
images/00c551ee627ef39f.jpg DELETED

Git LFS Details

  • SHA256: 603041e36826fb5437d645c3386e42bf29565c4af9e799f7ce1394b9185bf7dc
  • Pointer size: 131 Bytes
  • Size of remote file: 109 kB
images/00c63ca91e5e3041.jpg DELETED

Git LFS Details

  • SHA256: 2bde22c72d4e7a4c35e1bc8099aa21d5ae65c85c37cdaa74d4b873024fb9aff9
  • Pointer size: 131 Bytes
  • Size of remote file: 194 kB
images/00d048eb716f9aeb.jpg DELETED

Git LFS Details

  • SHA256: 9157570b1d04a0127118eb6e74f1f255de7d884561127e4185c788ce98567335
  • Pointer size: 131 Bytes
  • Size of remote file: 214 kB
images/00d2944f98feb92a.jpg DELETED

Git LFS Details

  • SHA256: aadf00e9777b81eceb7d56de12b73002641d7be11f4e53ef92fc9635275bae3d
  • Pointer size: 131 Bytes
  • Size of remote file: 109 kB
images/00d51c3e151908da.jpg ADDED

Git LFS Details

  • SHA256: 63f9be3e9ced0049cdde85feecad55557c02efef8109aa8b83a9d924484f1c9e
  • Pointer size: 131 Bytes
  • Size of remote file: 255 kB
images/00d5df9b4f1730d0.jpg DELETED

Git LFS Details

  • SHA256: bb83e835853a74133bd52216f087aeb6bde0b90dc5d469e1632a78c3136b9678
  • Pointer size: 131 Bytes
  • Size of remote file: 135 kB
images/00da9710016a6b92.jpg ADDED

Git LFS Details

  • SHA256: d48d499193d2e621ed02482212b3b28c366f152743c47bb34256de2a59983061
  • Pointer size: 131 Bytes
  • Size of remote file: 318 kB
images/00e26c30c9c2d666.jpg DELETED

Git LFS Details

  • SHA256: 10312ae8ab02074308f24b1600ec7e2132deea91bbfe48ca3fc70405df6dd96b
  • Pointer size: 131 Bytes
  • Size of remote file: 113 kB
images/00e2b516f7ac20dc.jpg DELETED

Git LFS Details

  • SHA256: f0859e5a9233e6a1b5f9eaeeb72b1a75132fd5fb4d441e863acaa3ce1460d330
  • Pointer size: 131 Bytes
  • Size of remote file: 162 kB
images/00ebb6c073497ed8.jpg DELETED

Git LFS Details

  • SHA256: 54cf34ca32f84185b9e704cab06ecad6846cff3992301ab562e42af72cb2c085
  • Pointer size: 131 Bytes
  • Size of remote file: 102 kB
images/00eee401301fc2ea.jpg ADDED

Git LFS Details

  • SHA256: 1a1a40ae267635d546dbe535d774282345d3ede7823a2fc4b3e2f6cab1085669
  • Pointer size: 131 Bytes
  • Size of remote file: 143 kB
images/00f3524e4e0dc6a1.jpg DELETED

Git LFS Details

  • SHA256: 9404d78f417d20505b5bcbd73fba02be0109f9d06ca692079b78b9c1843de6fa
  • Pointer size: 131 Bytes
  • Size of remote file: 153 kB
images/00f5340faefe3779.jpg ADDED

Git LFS Details

  • SHA256: 2653763837d0430def5aa1ca820e665de768f92a7542773484515bff9b0e4f94
  • Pointer size: 131 Bytes
  • Size of remote file: 207 kB
images/01119dff6d74abed.jpg DELETED

Git LFS Details

  • SHA256: 11d4796376dd3a0de3d17660b656d64d22e6ac0649c7777c4634598fc7cce80b
  • Pointer size: 131 Bytes
  • Size of remote file: 116 kB