File size: 3,628 Bytes
d4118e5 | 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 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 | {
"sample_id": "sample_0001",
"scene_caption": "A rainy market stall bustles as a vendor steadies a display while a shopper reaches for fruit under a green umbrella.",
"story": "The rain has just eased, and the stall is busy again. A quick exchange between vendor and shopper gives the scene a focused, everyday energy.",
"background": "Covered outdoor produce market, damp stone floor, warm awning light, late afternoon.",
"style": "photorealistic",
"canvas_size": [
1024,
1024
],
"main_image": "main_image.png",
"layout_sketch": "layout_sketch.png",
"n_planned": 5,
"n_accepted": 5,
"accepted": [
{
"name": "vendor_in_apron",
"is_person": true,
"ref_style": "everyday_candid",
"sub_caption": "middle-aged person with short dark hair, tan skin, blue apron, leaning forward with a concentrated expression",
"intended_bbox": [
0.08,
0.24,
0.31,
0.83
],
"measured_bbox": [
0.0788,
0.2404,
0.3168,
0.8162
],
"iou_intended_vs_measured": 0.9439,
"layout_followed": true,
"identity_score": 0.906,
"identity_verdict": "match",
"ref_image": "references/ref_vendor_in_apron.png"
},
{
"name": "shopper_red_coat",
"is_person": true,
"ref_style": "professional_portrait",
"sub_caption": "older shopper with silver hair, warm brown skin, red raincoat, arm extended toward the fruit",
"intended_bbox": [
0.26,
0.22,
0.5,
0.88
],
"measured_bbox": [
0.2662,
0.2234,
0.5018,
0.8849
],
"iou_intended_vs_measured": 0.9551,
"layout_followed": true,
"identity_score": 0.851,
"identity_verdict": "match",
"ref_image": "references/ref_shopper_red_coat.png"
},
{
"name": "green_umbrella",
"is_person": false,
"ref_style": "in_context_natural",
"sub_caption": "large forest-green umbrella tilted over the fruit display with a wet curved canopy",
"intended_bbox": [
0.37,
0.04,
0.82,
0.46
],
"measured_bbox": [
0.3715,
0.0493,
0.8071,
0.4639
],
"iou_intended_vs_measured": 0.9381,
"layout_followed": true,
"identity_score": 0.845,
"identity_verdict": "match",
"ref_image": "references/ref_green_umbrella.png"
},
{
"name": "orange_stack",
"is_person": false,
"ref_style": "closeup_macro",
"sub_caption": "bright oranges stacked in a low crate near the center foreground",
"intended_bbox": [
0.44,
0.49,
0.71,
0.75
],
"measured_bbox": [
0.4378,
0.4895,
0.7174,
0.7537
],
"iou_intended_vs_measured": 0.9503,
"layout_followed": true,
"identity_score": 0.857,
"identity_verdict": "match",
"ref_image": "references/ref_orange_stack.png"
},
{
"name": "woven_basket",
"is_person": false,
"ref_style": "studio_product",
"sub_caption": "wide woven basket partly tucked beneath the fruit display",
"intended_bbox": [
0.61,
0.62,
0.88,
0.87
],
"measured_bbox": [
0.6038,
0.6257,
0.8791,
0.8689
],
"iou_intended_vs_measured": 0.9484,
"layout_followed": true,
"identity_score": 0.823,
"identity_verdict": "match",
"ref_image": "references/ref_woven_basket.png"
}
],
"dropped": []
}
|