Datasets:
Formats:
json
Languages:
English
Size:
< 1K
Tags:
visual-grounding
referring-expression-comprehension
referring-expression-segmentation
agriculture
benchmark
sample
License:
File size: 1,498 Bytes
6debe2f | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 | {
"task": "t2",
"sample": true,
"total_queries": 36,
"splits": {
"dev": {
"annotations": 18,
"queries": 18,
"sources": {
"acfr_apples": 3,
"cropandweed": 3,
"magefruits_blueberry": 3,
"magefruits_peach": 3,
"phenobench": 3,
"plantseg": 3
},
"scene_families": {
"orchard_fruit": 3,
"crop_weed": 6,
"fruit_blueberry": 3,
"fruit_peach": 3,
"plant_disease": 3
},
"query_types": {
"empty": 6,
"multi": 6,
"single": 6
}
},
"test": {
"annotations": 18,
"queries": 18,
"sources": {
"acfr_apples": 3,
"cropandweed": 3,
"magefruits_blueberry": 3,
"magefruits_peach": 3,
"phenobench": 3,
"plantseg": 3
},
"scene_families": {
"orchard_fruit": 3,
"crop_weed": 6,
"fruit_blueberry": 3,
"fruit_peach": 3,
"plant_disease": 3
},
"query_types": {
"empty": 6,
"multi": 6,
"single": 6
}
}
},
"sources": {
"acfr_apples": 6,
"cropandweed": 6,
"magefruits_blueberry": 6,
"magefruits_peach": 6,
"phenobench": 6,
"plantseg": 6
},
"scene_families": {
"orchard_fruit": 6,
"crop_weed": 12,
"fruit_blueberry": 6,
"fruit_peach": 6,
"plant_disease": 6
},
"query_types": {
"empty": 12,
"multi": 12,
"single": 12
}
}
|