Image-Text-to-Text
sam2
English
agriculture
multimodal
vision-language
visual-grounding
image-segmentation
grounded-caption-generation
referring-expression-segmentation
bioclip
dinov3
Instructions to use boudiafA/AgriScope with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sam2
How to use boudiafA/AgriScope with sam2:
# Use SAM2 with images import torch from sam2.sam2_image_predictor import SAM2ImagePredictor predictor = SAM2ImagePredictor.from_pretrained(boudiafA/AgriScope) with torch.inference_mode(), torch.autocast("cuda", dtype=torch.bfloat16): predictor.set_image(<your_image>) masks, _, _ = predictor.predict(<input_prompts>)# Use SAM2 with videos import torch from sam2.sam2_video_predictor import SAM2VideoPredictor predictor = SAM2VideoPredictor.from_pretrained(boudiafA/AgriScope) with torch.inference_mode(), torch.autocast("cuda", dtype=torch.bfloat16): state = predictor.init_state(<your_video>) # add new prompts and instantly get the output on the same frame frame_idx, object_ids, masks = predictor.add_new_points(state, <your_prompts>): # propagate the prompts to get masklets throughout the video for frame_idx, object_ids, masks in predictor.propagate_in_video(state): ... - Notebooks
- Google Colab
- Kaggle
| { | |
| "schema": "agriground-stage4-14task", | |
| "valid": true, | |
| "files_checked": 124, | |
| "rows_checked": 11421148, | |
| "task_counts": { | |
| "train": { | |
| "classification_qa": 639962, | |
| "grounded_caption_generation": 379023, | |
| "grounded_counting": 21865, | |
| "grounded_detection": 21637, | |
| "image_level_captioning": 400872, | |
| "multiturn_grounded_conversation": 379023, | |
| "negative_absence_qa": 11204, | |
| "part_segmentation": 820240, | |
| "phrase_grounding": 1638327, | |
| "reasoning_detection": 21637, | |
| "referring_expression_segmentation": 1638327, | |
| "region_level_captioning": 722833, | |
| "region_level_conversation": 749141, | |
| "semantic_segmentation": 1651229 | |
| }, | |
| "test": { | |
| "classification_qa": 163786, | |
| "grounded_caption_generation": 97007, | |
| "grounded_counting": 5596, | |
| "grounded_detection": 5535, | |
| "image_level_captioning": 102587, | |
| "multiturn_grounded_conversation": 97007, | |
| "negative_absence_qa": 2788, | |
| "part_segmentation": 209124, | |
| "phrase_grounding": 418948, | |
| "reasoning_detection": 5535, | |
| "referring_expression_segmentation": 418948, | |
| "region_level_captioning": 185023, | |
| "region_level_conversation": 191757, | |
| "semantic_segmentation": 422187 | |
| } | |
| }, | |
| "unique_image_paths": { | |
| "train": 400872, | |
| "test": 102587 | |
| }, | |
| "train_test_image_overlap": 0, | |
| "issue_counts": {}, | |
| "error_examples": [], | |
| "files": [ | |
| { | |
| "path": "test/classification/arabica_coffee_leaf_disease_classification/stage4.jsonl.gz", | |
| "rows": 263400, | |
| "bytes": 31972365, | |
| "sha256": "798a8f0107ca24ec5f393588e7088d206def60437ff20d4997cbe29791b82194", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "test/classification/banana_leaf_disease_classification/stage4.jsonl.gz", | |
| "rows": 5285, | |
| "bytes": 723718, | |
| "sha256": "914d3e74ea644adca5f7f5d74fec7ca9d4484408457713cf02262c0f99884da3", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "test/classification/bean_disease_uganda/stage4.jsonl.gz", | |
| "rows": 7659, | |
| "bytes": 2277728, | |
| "sha256": "7571d70796a820bd05fb1ccabdb48a08c8106dedc78f49ea2f3dfc4c7976e453", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "test/classification/betel_leaf_disease_classification/stage4.jsonl.gz", | |
| "rows": 20580, | |
| "bytes": 29503503, | |
| "sha256": "24e90da1e88ca56e5c7feda669dadb39b3de17cab54ffc3accea5bd616bc9f74", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "test/classification/blackgram_plant_leaf_disease_classification/stage4.jsonl.gz", | |
| "rows": 5630, | |
| "bytes": 1851213, | |
| "sha256": "b045655562eb758557fc6e9809a2997c04af0578f9a88b338ac8dbdef610b6f2", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "test/classification/chilli_leaf_classification/stage4.jsonl.gz", | |
| "rows": 57920, | |
| "bytes": 9197920, | |
| "sha256": "af4b6aaa26fc2a312456b3b456de10b88ccc03b5fb4a1d17208bcd0f8312b890", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "test/classification/coconut_tree_disease_classification/stage4.jsonl.gz", | |
| "rows": 25047, | |
| "bytes": 37444399, | |
| "sha256": "d704317c4cc308dcdfc409c9fc58143bd84107c89220d91a359be7fcb9e3b3e8", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "test/classification/corn_maize_leaf_disease/stage4.jsonl.gz", | |
| "rows": 24163, | |
| "bytes": 5656000, | |
| "sha256": "509988c603741248805af5fb27ebbc8a78baabc17989f29f983107e36e6468ea", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "test/classification/crop_weeds_greece/stage4.jsonl.gz", | |
| "rows": 4596, | |
| "bytes": 18000993, | |
| "sha256": "26e8c84478169bafdf3d35cdf16b59ddba92a46de7ba26a99b7eb91e3d7199d4", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "test/classification/cucumber_disease_classification/stage4.jsonl.gz", | |
| "rows": 39388, | |
| "bytes": 111021923, | |
| "sha256": "d07a2f29765b4d7db19c0b3ba4c9bf2fcd2353c7f53bc28ad4274c1c2cb14063", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "test/classification/guava_disease_pakistan/stage4.jsonl.gz", | |
| "rows": 3492, | |
| "bytes": 2062416, | |
| "sha256": "677030603f84799d12ea696f1ced81f57abfb38a1c261e3eb3077010c86952ec", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "test/classification/java_plum_leaf_disease_classification/stage4.jsonl.gz", | |
| "rows": 11789, | |
| "bytes": 2914825, | |
| "sha256": "6a48ddf0a93ab12830b77db8e08651d32c22f06a9f1a500d90c09a34a11643f6", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "test/classification/leaf_counting_denmark/stage4.jsonl.gz", | |
| "rows": 37770, | |
| "bytes": 6361537, | |
| "sha256": "2044e0ade9e73754a3d2d64e3b4825c6cd5c93bbf9ec5f574b7250b1ae841826", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "test/classification/onion_leaf_classification/stage4.jsonl.gz", | |
| "rows": 17573, | |
| "bytes": 3210346, | |
| "sha256": "4d31ffd1cacd4e2e6aaca45d9646712b4e3c74b571e5e57c259dc034ce3f4396", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "test/classification/orange_leaf_disease_classification/stage4.jsonl.gz", | |
| "rows": 28673, | |
| "bytes": 57490938, | |
| "sha256": "0317d9ec7d72c86c47d01365b4191006c1cbd9d78a892bf74d1a0df965c676f9", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "test/classification/paddy_disease_classification/stage4.jsonl.gz", | |
| "rows": 35678, | |
| "bytes": 13062418, | |
| "sha256": "4bf66b89089ce17110209f0d892191acc64a2e1661864cdbef4e35e2f973deff", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "test/classification/papaya_leaf_disease_classification/stage4.jsonl.gz", | |
| "rows": 11165, | |
| "bytes": 11341989, | |
| "sha256": "2b9d2424e92d686d81f5e5d47cd72720646b5f326863be20d223f60027bf1096", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "test/classification/plant_doc_classification/stage4.jsonl.gz", | |
| "rows": 14745, | |
| "bytes": 19836588, | |
| "sha256": "26e827b34eb601d6ced5203fc959a31284f32a8b041bd82e5422dbfe7cf64d09", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "test/classification/plant_seedlings_aarhus/stage4.jsonl.gz", | |
| "rows": 19460, | |
| "bytes": 6399766, | |
| "sha256": "f45ae91957b8b7daff339bc1e0ef9795ef2b12f1752e3592f4a10c5bc2bbc63a", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "test/classification/plant_village_classification/stage4.jsonl.gz", | |
| "rows": 304823, | |
| "bytes": 52903978, | |
| "sha256": "7fd5c6cca4c8aa6b330283490e59d87bc32823f9909331b4cf0d02b9f411317b", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "test/classification/rangeland_weeds_australia/stage4.jsonl.gz", | |
| "rows": 41039, | |
| "bytes": 6892566, | |
| "sha256": "6367580566613721cf232e352a406ec939d22be0166a05a37227dd8728d4fb8e", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "test/classification/rice_leaf_disease_classification/stage4.jsonl.gz", | |
| "rows": 11842, | |
| "bytes": 7469231, | |
| "sha256": "4a42bbd9449ba3ea76c4f5a7fd2a4c3b4def8f43cfd7a9b6dd889ec3660721bd", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "test/classification/riseholme_strawberry_classification_2021/stage4.jsonl.gz", | |
| "rows": 9522, | |
| "bytes": 965165, | |
| "sha256": "bc667180bfea62e13230e6a33ee2c71e5f47879a81f60c367dd2b49a0336b60c", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "test/classification/sunflower_disease_classification/stage4.jsonl.gz", | |
| "rows": 10498, | |
| "bytes": 14539618, | |
| "sha256": "7ccff6bd671dfb5f09ef4945488bd05956b1a42b8d1a49c692d0f586d6c756e1", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "test/classification/tea_leaf_disease_classification/stage4.jsonl.gz", | |
| "rows": 23045, | |
| "bytes": 3373042, | |
| "sha256": "eeca41e5dfaf740301840ef2ec3a97a74eb79970ad7eb70771ea61a9788af14f", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "test/classification/tomato_leaf_disease/stage4.jsonl.gz", | |
| "rows": 16419, | |
| "bytes": 3086489, | |
| "sha256": "cb4b23c019d09c49f0309994d78a22ced999916518c8a7a02c08476ea8135bd6", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "test/classification/vine_virus_photo_dataset/stage4.jsonl.gz", | |
| "rows": 14405, | |
| "bytes": 113574431, | |
| "sha256": "433e0cbb3906e3569f7da0d781c8c6d88d65f69f44a41b9357147558ceee607c", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "test/detection/CBDA/stage4.jsonl.gz", | |
| "rows": 388, | |
| "bytes": 381602, | |
| "sha256": "0d8db100165c7275465e717403e7584bd26810e1a67ba8ee5d726839212f2bdc", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "test/detection/DRPD/stage4.jsonl.gz", | |
| "rows": 12371, | |
| "bytes": 7335703, | |
| "sha256": "ed146de3c2d1b9e60f4b4dcff358c65c76f815950a70cc6bd37566f5d0db325d", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "test/detection/GWHD2021/stage4.jsonl.gz", | |
| "rows": 12030, | |
| "bytes": 11213130, | |
| "sha256": "ec365f8a1d09d17cc6accb379b17d9f5714e09dc4dc7ef5c2c89f3d9f1758d0f", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "test/detection/MTDC/stage4.jsonl.gz", | |
| "rows": 719, | |
| "bytes": 4318462, | |
| "sha256": "0558ef04e4bbdf5f26f7578a7066874aadc1148fd95f924d798a8a0041e9584e", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "test/detection/Orange_dataset/stage4.jsonl.gz", | |
| "rows": 2640, | |
| "bytes": 1562310, | |
| "sha256": "66510e3becbadfdb1ae2338613d855c4eef0586ddae0f2756054ffe96399e98a", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "test/detection/SHC/stage4.jsonl.gz", | |
| "rows": 16, | |
| "bytes": 97625, | |
| "sha256": "01855ecf7470c2a65e029a5bf3304b3197561590ea06862cf1301e3d88b787d4", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "test/detection/WEDD/stage4.jsonl.gz", | |
| "rows": 328, | |
| "bytes": 557180, | |
| "sha256": "91c1ca0617185a3e1ce1c6f926205c72ff593fcf5c6d7dd721673125aef5b79e", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "test/detection/YOLOPOD/stage4.jsonl.gz", | |
| "rows": 3191, | |
| "bytes": 12255453, | |
| "sha256": "0f2ad6575bb02cceb36c3635a46d3a5964b552d2e95dbc86fccbf6d7875698e5", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "test/detection/almond_bloom_2023/stage4.jsonl.gz", | |
| "rows": 200, | |
| "bytes": 220851, | |
| "sha256": "9e4c1e75e492ee994bc914532864964d4e289dbb2f23afe8266789b8c9dd1df4", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "test/detection/almond_harvest_2021/stage4.jsonl.gz", | |
| "rows": 82, | |
| "bytes": 34958, | |
| "sha256": "58386c4644c71d9c4c22de7156e63526f38e807fe3a91b5bf04e075767293157", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "test/detection/apple_detection_drone_brazil/stage4.jsonl.gz", | |
| "rows": 1735, | |
| "bytes": 307376, | |
| "sha256": "33b22dcaf4b2d3f9e9d4519b5fb375fb294787602a0ac755cacd5e520627e80f", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "test/detection/apple_detection_spain/stage4.jsonl.gz", | |
| "rows": 1610, | |
| "bytes": 561793, | |
| "sha256": "45917f199983d2b7d0c1c4ddb72e6ec61b95fed6a452c85b4abc91b7892a4a41", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "test/detection/apple_detection_usa/stage4.jsonl.gz", | |
| "rows": 3759, | |
| "bytes": 1938014, | |
| "sha256": "3abe9afac3d5fe84a6afb88d47c5ad792d5c84b5d540dbf0033bdcd60baa4095", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "test/detection/embrapa_wgisd_grape_detection/stage4.jsonl.gz", | |
| "rows": 556, | |
| "bytes": 1366163, | |
| "sha256": "9f42622d8ec8986e9f038d85c28ea2689353dc4344b778857227db8444ae63fa", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "test/detection/fruit_detection_worldwide/stage4.jsonl.gz", | |
| "rows": 1140, | |
| "bytes": 594690, | |
| "sha256": "715b60468c71de6ee36459f0a96963b184d39a2d5205cec5accfd00fbe52d4bd", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "test/detection/gemini_flower_detection_2022/stage4.jsonl.gz", | |
| "rows": 338, | |
| "bytes": 366286, | |
| "sha256": "9c26e3713f37d99fb79eafee6c740e8bb655f0d06158d50a7625e7e71190e742", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "test/detection/gemini_leaf_detection_2022/stage4.jsonl.gz", | |
| "rows": 53, | |
| "bytes": 58721, | |
| "sha256": "c3991ccd103e17363565f6ee5ed86fb85e70c3b617f06e61fa44747dbdc579fa", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "test/detection/gemini_plant_detection_2022/stage4.jsonl.gz", | |
| "rows": 828, | |
| "bytes": 682240, | |
| "sha256": "b1c44d5c954123ddff046019f92f9fa2f016defebce47e72738723d8e3456bba", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "test/detection/gemini_pod_detection_2022/stage4.jsonl.gz", | |
| "rows": 202, | |
| "bytes": 273783, | |
| "sha256": "41619cf55fd4fba20acc0a1129215dbf9ea4c10a9f4530d8d39bf9c7f8f535e0", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "test/detection/ghai_broccoli_detection/stage4.jsonl.gz", | |
| "rows": 1168, | |
| "bytes": 8003856, | |
| "sha256": "29fae453e9554fe5ab3d3b944b80b78146881afdff40633ed9d9942fbb6bc568", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "test/detection/ghai_green_cabbage_detection/stage4.jsonl.gz", | |
| "rows": 1301, | |
| "bytes": 4054140, | |
| "sha256": "a114bab6f2f09c7f75b9fe431be81c65f7a0ac59ff2c0e83f1efb1a741cb5eba", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "test/detection/ghai_iceberg_lettuce_detection/stage4.jsonl.gz", | |
| "rows": 1231, | |
| "bytes": 6004549, | |
| "sha256": "43e508c38c033b0c503616f4dfc446f7ed963fc650b255b5acefc0b9b45c4df4", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "test/detection/ghai_romaine_detection/stage4.jsonl.gz", | |
| "rows": 1111, | |
| "bytes": 2033466, | |
| "sha256": "282980db40fd432420ae28f68f7e550661484ba6a0d857ec09284d8a42304835", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "test/detection/grape_detection_californiaday/stage4.jsonl.gz", | |
| "rows": 245, | |
| "bytes": 177049, | |
| "sha256": "1821f65e92e8ff5d880f59b342283f60a2801bed52a806ff668db3ce55f79cba", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "test/detection/grape_detection_californianight/stage4.jsonl.gz", | |
| "rows": 298, | |
| "bytes": 147312, | |
| "sha256": "a87b3b9ff80ce1db4181450cf147dd1e88b002f82ce2f3bb0f12c27d37d5580f", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "test/detection/grape_detection_syntheticday/stage4.jsonl.gz", | |
| "rows": 786, | |
| "bytes": 507915, | |
| "sha256": "adc6aaf7f9a08e1ab459fc7c7a740c75fee7187c22d42346bc4b132d8f6d7acd", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "test/detection/mango_detection_australia/stage4.jsonl.gz", | |
| "rows": 1864, | |
| "bytes": 501542, | |
| "sha256": "85ae6993d3b9f5655cb004304237cdd107638fed85b7e1a65bdf6f2765ab9738", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "test/detection/plant_doc_detection/stage4.jsonl.gz", | |
| "rows": 3714, | |
| "bytes": 3990053, | |
| "sha256": "9ab9016ffab853ddfcbeacd8ef332a7e012a04d9ec4cd73608a43eee6385d765", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "test/detection/strawberry_detection_2022/stage4.jsonl.gz", | |
| "rows": 327, | |
| "bytes": 98313, | |
| "sha256": "d96f4beb6bcb950731fdc8bb5975738d55da847f2813e25b2502e46e5a6c460a", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "test/detection/strawberry_detection_2023/stage4.jsonl.gz", | |
| "rows": 466, | |
| "bytes": 247803, | |
| "sha256": "3432c76823714d5a0e8ed03bfcdbcfc59c575faf14b9f5a4fbaf12a689c98651", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "test/detection/tomato_ripeness_detection/stage4.jsonl.gz", | |
| "rows": 1482, | |
| "bytes": 4653116, | |
| "sha256": "9280db988f53f508b41e95b0f0c6734cba48afc96453b6f578aa4080d069b4d1", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "test/detection/wGrapeUNIPD-DL/stage4.jsonl.gz", | |
| "rows": 799, | |
| "bytes": 3157974, | |
| "sha256": "199b9f012a2cee1a66c538067f235e7b5c27ca91d36027aad53567ea0f8af6c1", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "test/detection/wheat_head_counting/stage4.jsonl.gz", | |
| "rows": 11106, | |
| "bytes": 7254047, | |
| "sha256": "bf17c1f69f3bfa687f4aaa8e2028924fc8e6ce8c0c974a83830ffb8a8c8e8e10", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "test/iNatAg_subset/stage4.jsonl.gz", | |
| "rows": 799975, | |
| "bytes": 637957820, | |
| "sha256": "84480c60f366fdd3bc076235a0842ef0834149e72f9e8cddcaad15910c0890ee", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "test/insects/IP102/stage4.jsonl.gz", | |
| "rows": 392163, | |
| "bytes": 271198319, | |
| "sha256": "b838f303540442b6f0eb3f55ff4428e77702e8af034a43d81106c7c09e25c84c", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "train/classification/arabica_coffee_leaf_disease_classification/stage4.jsonl.gz", | |
| "rows": 1029195, | |
| "bytes": 125587606, | |
| "sha256": "d81aebadf191e0aef446a2015f4d884b48a988ab107d9903c8bcf1e7bf885fbf", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "train/classification/banana_leaf_disease_classification/stage4.jsonl.gz", | |
| "rows": 20846, | |
| "bytes": 2884861, | |
| "sha256": "9f4d47671e2192ab516acb98b79ccb01103440d47813a78b0b46949445a9a2e5", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "train/classification/bean_disease_uganda/stage4.jsonl.gz", | |
| "rows": 29326, | |
| "bytes": 9295585, | |
| "sha256": "7e09d8a9f08393969ba30d9a2e0ab9ac0fa9764a6024d8722a0d9ea86dceb259", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "train/classification/betel_leaf_disease_classification/stage4.jsonl.gz", | |
| "rows": 80546, | |
| "bytes": 112618605, | |
| "sha256": "af3b74272af5d2fec27cde36f1dfefde7f9ddad4e4b6d0a16073c9aa123b623b", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "train/classification/blackgram_plant_leaf_disease_classification/stage4.jsonl.gz", | |
| "rows": 23229, | |
| "bytes": 8499726, | |
| "sha256": "5cdc2ec55bae06be295ae7c3a719e8a2ce88e85ac9895ac6b5300f243bac899e", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "train/classification/chilli_leaf_classification/stage4.jsonl.gz", | |
| "rows": 227058, | |
| "bytes": 36470377, | |
| "sha256": "8779419d13c81cdcf7f4e4a65cf7608f81f22fe802f7989b9150eb27dc6fcc2f", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "train/classification/coconut_tree_disease_classification/stage4.jsonl.gz", | |
| "rows": 98888, | |
| "bytes": 156503605, | |
| "sha256": "da180b44de9d85bbd051d77f880e3c47d5f58e21a743d9bdceab674905e50ae1", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "train/classification/corn_maize_leaf_disease/stage4.jsonl.gz", | |
| "rows": 91640, | |
| "bytes": 23577635, | |
| "sha256": "1854494026a33b3968b4134d6dd2955a097a767306fbf07d12a5b53acf461677", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "train/classification/crop_weeds_greece/stage4.jsonl.gz", | |
| "rows": 19006, | |
| "bytes": 93299218, | |
| "sha256": "0da50cc2b7793308e926aff6cf1df74d2df09435bd0ef25ff55398e599e93098", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "train/classification/cucumber_disease_classification/stage4.jsonl.gz", | |
| "rows": 155154, | |
| "bytes": 436824310, | |
| "sha256": "07c38a63e9ebe3fb7f0cc680febaa1d6d2fde4c524c01e2fb761d0033a623333", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "train/classification/guava_disease_pakistan/stage4.jsonl.gz", | |
| "rows": 14293, | |
| "bytes": 8851395, | |
| "sha256": "14d02a72394cd6ff49f943be460984baeafceddb2a4a63d9c458bdc7eaeafc9d", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "train/classification/java_plum_leaf_disease_classification/stage4.jsonl.gz", | |
| "rows": 46908, | |
| "bytes": 11915009, | |
| "sha256": "d6aabf4cc2c983b95839384c54ef423b87e56c4856900cafb250dab3d219f997", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "train/classification/leaf_counting_denmark/stage4.jsonl.gz", | |
| "rows": 146598, | |
| "bytes": 25994735, | |
| "sha256": "15398d8281a74d58c8191ac22d2d34b0f83ffe3c30ab2459c4952211f0dcfbf3", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "train/classification/onion_leaf_classification/stage4.jsonl.gz", | |
| "rows": 68456, | |
| "bytes": 12641656, | |
| "sha256": "f8f7d4e45966c147d561aae8d6b29e66eecda99d5bbe8e535edbe3b5de73bf30", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "train/classification/orange_leaf_disease_classification/stage4.jsonl.gz", | |
| "rows": 111507, | |
| "bytes": 221548172, | |
| "sha256": "0abd104043e32020585127307dc8741ccb041ea65e47183d02655971d8a09fd8", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "train/classification/paddy_disease_classification/stage4.jsonl.gz", | |
| "rows": 140391, | |
| "bytes": 52196785, | |
| "sha256": "655ebc8e17a0409271bd38a7eb1da4c1e084a262b263a9134d6c29c5b4d0b0da", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "train/classification/papaya_leaf_disease_classification/stage4.jsonl.gz", | |
| "rows": 42394, | |
| "bytes": 42565758, | |
| "sha256": "f72d520bbcf20006bddd70fe10c365435e5166c5d8caea0e876eb940af656ac4", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "train/classification/plant_doc_classification/stage4.jsonl.gz", | |
| "rows": 56460, | |
| "bytes": 69505922, | |
| "sha256": "01e37f79bd3d9e5ea1c25cfefbe998d082d16a772c355088c36cd0f7be7b3361", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "train/classification/plant_seedlings_aarhus/stage4.jsonl.gz", | |
| "rows": 76699, | |
| "bytes": 21852355, | |
| "sha256": "239571412c894e63ef9e3d88b245b068d7db0b9a83cb53023275123225888caa", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "train/classification/plant_village_classification/stage4.jsonl.gz", | |
| "rows": 1192078, | |
| "bytes": 205971276, | |
| "sha256": "288b618d55d6c8f843feac5e43f1dbc254d0f1c1748ee204b8b561325e70918a", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "train/classification/rangeland_weeds_australia/stage4.jsonl.gz", | |
| "rows": 162160, | |
| "bytes": 26476948, | |
| "sha256": "9c52fd7d27c17109dfaed8ca59e36d1616bbb4b466ededf444ae5f77c6ab574b", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "train/classification/rice_leaf_disease_classification/stage4.jsonl.gz", | |
| "rows": 47116, | |
| "bytes": 34548095, | |
| "sha256": "5f9b0670ef8e278b18845959b8e72ff741a5fc22f4b9e4af5203ab1707cf738d", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "train/classification/riseholme_strawberry_classification_2021/stage4.jsonl.gz", | |
| "rows": 38459, | |
| "bytes": 3926802, | |
| "sha256": "b92cd21e2a4af850451730090d3b5036e06b830c2cb25287e9a2fadf84d56e20", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "train/classification/sunflower_disease_classification/stage4.jsonl.gz", | |
| "rows": 40977, | |
| "bytes": 56265593, | |
| "sha256": "de67ce55e2482b09d639c74cbb345f6bcd4c03319a72abeed89f0f0cdeda7443", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "train/classification/tea_leaf_disease_classification/stage4.jsonl.gz", | |
| "rows": 89877, | |
| "bytes": 13292031, | |
| "sha256": "4250329bd335a595309776aa4373e8110818b052df4057a5bc3471af9af96d2e", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "train/classification/tomato_leaf_disease/stage4.jsonl.gz", | |
| "rows": 64815, | |
| "bytes": 12345404, | |
| "sha256": "8c5a88e680cde2e9265a54162b4edf950178ddaa2afd476cb6c22019b0c3e7ca", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "train/classification/vine_virus_photo_dataset/stage4.jsonl.gz", | |
| "rows": 56430, | |
| "bytes": 458035135, | |
| "sha256": "1308fda78c29a8ed415fb6cedef66531841f739fde3d7359a3b0860acf850d0f", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "train/detection/CBDA/stage4.jsonl.gz", | |
| "rows": 1321, | |
| "bytes": 2020066, | |
| "sha256": "5de09600a48b05d8c8be863f3932cb5a2c19eee2b1dd6fd61862fe2e5e2f7598", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "train/detection/DRPD/stage4.jsonl.gz", | |
| "rows": 48997, | |
| "bytes": 29253016, | |
| "sha256": "3e1a0d5bbe571bf9d6c9fa14d3886f13cdd8a802a4c7055aefbc97fad878f607", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "train/detection/GWHD2021/stage4.jsonl.gz", | |
| "rows": 47289, | |
| "bytes": 42997901, | |
| "sha256": "cac7030a72cc9e5e491cee444b75c1dc9fa3bc55654309929d0e5814c83fa846", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "train/detection/MTDC/stage4.jsonl.gz", | |
| "rows": 2704, | |
| "bytes": 13569620, | |
| "sha256": "5953bec172b5989d60e6c1517dfd163725631f816f9f332f04b689a740609318", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "train/detection/Orange_dataset/stage4.jsonl.gz", | |
| "rows": 10363, | |
| "bytes": 5993376, | |
| "sha256": "4a685557ec1691981ed774b317c0fe02c88e0be6aacf32ddeca14608ba96fc87", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "train/detection/SHC/stage4.jsonl.gz", | |
| "rows": 63, | |
| "bytes": 376081, | |
| "sha256": "90c889672c8fc8e5538d7a650b85805c181c549dde1c7944a5254c975b13417e", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "train/detection/WEDD/stage4.jsonl.gz", | |
| "rows": 1186, | |
| "bytes": 3902780, | |
| "sha256": "1aa6cad9e6732a69a269e52e9eb74b3ad4541ce4fca372e22b63cc04c7423f5d", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "train/detection/YOLOPOD/stage4.jsonl.gz", | |
| "rows": 12359, | |
| "bytes": 51382391, | |
| "sha256": "57907ddbcd251b015255217e629aa7c0a1a65960c960c2e2d30557873c66e252", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "train/detection/almond_bloom_2023/stage4.jsonl.gz", | |
| "rows": 801, | |
| "bytes": 839125, | |
| "sha256": "ea081599c160d1240048a1a73d172bfe61cefcd512eb54199591db6686e27d28", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "train/detection/almond_harvest_2021/stage4.jsonl.gz", | |
| "rows": 331, | |
| "bytes": 153326, | |
| "sha256": "7f02dadf3da11382ab0cc09fa159f6f0470edc1086f3c1554d2315f8b9631945", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "train/detection/apple_detection_drone_brazil/stage4.jsonl.gz", | |
| "rows": 6870, | |
| "bytes": 1171288, | |
| "sha256": "cba46ecfdf18ee87dc7e33c0fd1a070fe448df81e685bc9c80029a483ee9f82b", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "train/detection/apple_detection_spain/stage4.jsonl.gz", | |
| "rows": 6013, | |
| "bytes": 2173024, | |
| "sha256": "4c1c3963e93335d315724163ca39fa2f5c01207553bdd1c3dd5ceb696f9bac6f", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "train/detection/apple_detection_usa/stage4.jsonl.gz", | |
| "rows": 14199, | |
| "bytes": 7400232, | |
| "sha256": "08e470055f4f4aa1c99d0f63181703c07e79dd4c06c6eb2ef1a987155d4e78fe", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "train/detection/embrapa_wgisd_grape_detection/stage4.jsonl.gz", | |
| "rows": 2166, | |
| "bytes": 6250185, | |
| "sha256": "077825a1f8e93d0c186afc160b38350effb1f432abc4967eb7e402d7ce681e27", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "train/detection/fruit_detection_worldwide/stage4.jsonl.gz", | |
| "rows": 4073, | |
| "bytes": 1648654, | |
| "sha256": "0502f9443fc189a5789392e690a09747b3e34be3d9477404c07fd949420319bb", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "train/detection/gemini_flower_detection_2022/stage4.jsonl.gz", | |
| "rows": 1290, | |
| "bytes": 1646648, | |
| "sha256": "dd739e74eea4243524b0e02700ba8ccea7f45e1893221873596ba974f9125e41", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "train/detection/gemini_leaf_detection_2022/stage4.jsonl.gz", | |
| "rows": 211, | |
| "bytes": 283949, | |
| "sha256": "7a80b44c803ada6a4092582e7b432f0c02c93cf4c1c7f5c47b082f623290e645", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "train/detection/gemini_plant_detection_2022/stage4.jsonl.gz", | |
| "rows": 3287, | |
| "bytes": 2547854, | |
| "sha256": "811bdab7179a3fd69fea4b374c03cfe85789d969501724a79d0a935fd5bd4cad", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "train/detection/gemini_pod_detection_2022/stage4.jsonl.gz", | |
| "rows": 926, | |
| "bytes": 1476295, | |
| "sha256": "9c3ce4a7ab8ff3e2148afdfb474f2429a4faeddee23e35a8a54fb54bf198bdf7", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "train/detection/ghai_broccoli_detection/stage4.jsonl.gz", | |
| "rows": 4495, | |
| "bytes": 30484807, | |
| "sha256": "7284f85e57f7a32428ab46a17644b0bdce5f281753a5dd6e36f088aac5cffb87", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "train/detection/ghai_green_cabbage_detection/stage4.jsonl.gz", | |
| "rows": 5428, | |
| "bytes": 15897905, | |
| "sha256": "6f07d994cde62649dbc7ab0747fd60e95530cbeadcafce37fd07934e01fe216d", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "train/detection/ghai_iceberg_lettuce_detection/stage4.jsonl.gz", | |
| "rows": 4341, | |
| "bytes": 22535009, | |
| "sha256": "8b623766ec69b65beb10071f9894bfa8b407dd1cb8f8858665cb7f4b8e2beebe", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "train/detection/ghai_romaine_detection/stage4.jsonl.gz", | |
| "rows": 4584, | |
| "bytes": 8098619, | |
| "sha256": "304c2505df8eebf37190ee2ddfe88aa18c4e0953302a12633feb3a5fb2036223", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "train/detection/grape_detection_californiaday/stage4.jsonl.gz", | |
| "rows": 1058, | |
| "bytes": 1443108, | |
| "sha256": "bcbd45161ad46237aadc47095b7662d1fe0c805f7d5f312ef298a5bd5b80f539", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "train/detection/grape_detection_californianight/stage4.jsonl.gz", | |
| "rows": 979, | |
| "bytes": 531438, | |
| "sha256": "74689a5c70371434fdf9eec0f8b813f0895dd0a440ee6f80be8b565b81860c0b", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "train/detection/grape_detection_syntheticday/stage4.jsonl.gz", | |
| "rows": 3127, | |
| "bytes": 1770132, | |
| "sha256": "91b8fdbfeb3d3dee502d26dbe30e0c8ba13b90101f463a7f5d4fee89284e75c3", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "train/detection/mango_detection_australia/stage4.jsonl.gz", | |
| "rows": 7621, | |
| "bytes": 2015044, | |
| "sha256": "add0d6c93501adea6f75d7df2440745ed5607c84c9d218b9ca1f1eab57385f58", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "train/detection/plant_doc_detection/stage4.jsonl.gz", | |
| "rows": 14733, | |
| "bytes": 13642373, | |
| "sha256": "fd755c17416324c9d18f215ae7118655a862701d7106270e2a15ab6b978e9224", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "train/detection/strawberry_detection_2022/stage4.jsonl.gz", | |
| "rows": 1357, | |
| "bytes": 399400, | |
| "sha256": "86b95442167d5952462b112ab0c54faa328bc54b6a050ab9177c466fcb3563af", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "train/detection/strawberry_detection_2023/stage4.jsonl.gz", | |
| "rows": 1808, | |
| "bytes": 952699, | |
| "sha256": "038c24845f610b8f12734ff7df86a6a16bbc8c064722efe09e622c5f6e9a861d", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "train/detection/tomato_ripeness_detection/stage4.jsonl.gz", | |
| "rows": 5098, | |
| "bytes": 11785538, | |
| "sha256": "0bdfa93d11d432a73c954959a917c86b7de8ff1098981e318c63663c2c2ba9c9", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "train/detection/wGrapeUNIPD-DL/stage4.jsonl.gz", | |
| "rows": 3346, | |
| "bytes": 12160669, | |
| "sha256": "ced6cd9c9bf3247073e072ccd4a291ff69dc605d64b7c156a9a26f3cab7e31c1", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "train/detection/wheat_head_counting/stage4.jsonl.gz", | |
| "rows": 43117, | |
| "bytes": 27600156, | |
| "sha256": "935b70206854df2700942d80f8808ffce4d5300bfa3fac84234661b880032d2b", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "train/iNatAg_subset/stage4.jsonl.gz", | |
| "rows": 3126868, | |
| "bytes": 2465734835, | |
| "sha256": "dc761c11371bc3cc4e021cb4a5f5dce7186df959b25f12379c4ab16355b5560c", | |
| "issues": [] | |
| }, | |
| { | |
| "path": "train/insects/IP102/stage4.jsonl.gz", | |
| "rows": 1532405, | |
| "bytes": 1044460953, | |
| "sha256": "68645994c0d40f28175f445d45a69389e14ab0d6753cd60fe5ab124f0a247849", | |
| "issues": [] | |
| } | |
| ] | |
| } | |