File size: 3,654 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_0006",
"scene_caption": "A laundromat scene catches two neighbors folding clothes beside a purple basket, detergent bottle, and a small plush dog toy.",
"story": "The dryers are humming while the neighbors trade a quick laugh. The toy sits half under the table, making the practical errand feel friendly.",
"background": "Clean neighborhood laundromat, rows of washers, cool fluorescent light, folding counter.",
"style": "photorealistic",
"canvas_size": [
1024,
1024
],
"main_image": "main_image.png",
"layout_sketch": "layout_sketch.png",
"n_planned": 5,
"n_accepted": 5,
"accepted": [
{
"name": "neighbor_teal_hoodie",
"is_person": true,
"ref_style": "professional_portrait",
"sub_caption": "adult with shaved sides and black curls, brown skin, teal hoodie, folding a towel",
"intended_bbox": [
0.12,
0.21,
0.38,
0.88
],
"measured_bbox": [
0.1172,
0.2101,
0.3837,
0.8704
],
"iou_intended_vs_measured": 0.9618,
"layout_followed": true,
"identity_score": 0.933,
"identity_verdict": "match",
"ref_image": "references/ref_neighbor_teal_hoodie.png"
},
{
"name": "neighbor_lilac_sweater",
"is_person": true,
"ref_style": "id_headshot",
"sub_caption": "older adult with white bob haircut, fair skin, lilac sweater, smiling toward the counter",
"intended_bbox": [
0.54,
0.18,
0.8,
0.86
],
"measured_bbox": [
0.5395,
0.1831,
0.8095,
0.8781
],
"iou_intended_vs_measured": 0.9339,
"layout_followed": true,
"identity_score": 0.88,
"identity_verdict": "match",
"ref_image": "references/ref_neighbor_lilac_sweater.png"
},
{
"name": "purple_laundry_basket",
"is_person": false,
"ref_style": "in_context_natural",
"sub_caption": "large purple laundry basket full of pale folded clothes",
"intended_bbox": [
0.32,
0.52,
0.59,
0.78
],
"measured_bbox": [
0.3103,
0.5162,
0.5902,
0.7868
],
"iou_intended_vs_measured": 0.9268,
"layout_followed": true,
"identity_score": 0.892,
"identity_verdict": "match",
"ref_image": "references/ref_purple_laundry_basket.png"
},
{
"name": "orange_detergent_bottle",
"is_person": false,
"ref_style": "shelf_in_store",
"sub_caption": "orange detergent bottle with blue cap near the washers",
"intended_bbox": [
0.74,
0.47,
0.88,
0.69
],
"measured_bbox": [
0.7379,
0.4696,
0.878,
0.6933
],
"iou_intended_vs_measured": 0.9553,
"layout_followed": true,
"identity_score": 0.931,
"identity_verdict": "match",
"ref_image": "references/ref_orange_detergent_bottle.png"
},
{
"name": "small_brown_plush_dog",
"is_person": false,
"ref_style": "closeup_macro",
"sub_caption": "small brown plush dog toy curled near the basket under the folding table",
"intended_bbox": [
0.6,
0.69,
0.86,
0.89
],
"measured_bbox": [
0.5979,
0.6899,
0.8652,
0.895
],
"iou_intended_vs_measured": 0.9485,
"layout_followed": true,
"identity_score": 0.893,
"identity_verdict": "match",
"ref_image": "references/ref_small_brown_plush_dog.png"
}
],
"dropped": []
}
|