File size: 38,458 Bytes
945d85d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
{
  "schema_version": 1,
  "dataset_root": "/mnt/sda/cunjianchen/MOREdit_agent/datasets/figure4-visualization-dataset",
  "input_contract": [
    "case_id",
    "pair",
    "source_image",
    "prompt_full"
  ],
  "forbidden_for_baseline_inference": [
    "bbox",
    "box",
    "coordinate",
    "crop",
    "mask",
    "mask_path",
    "overlay",
    "prompt_edit",
    "prompt_loc",
    "target_expression",
    "target_id",
    "targets"
  ],
  "models": [
    "qwen_whole_image",
    "mirage_qwen2511",
    "intentedit_internvl3",
    "flux2_dev"
  ],
  "case_pairs": [
    "avocado_halves_4",
    "bananas_6",
    "barrel_planters_4",
    "basil_leaves_5",
    "buckets_4",
    "burgers_4",
    "carrots_5",
    "cars_vintage_5",
    "chairs_6",
    "chili_peppers_5",
    "eggplants_5",
    "eggs_6",
    "fire_hydrants_4",
    "flower_heads_6",
    "glass_jars_4",
    "graduated_cylinders_5",
    "heart_tiles_5",
    "helicopters_4",
    "ice_cream_bars_6",
    "jizo_statues_6",
    "juice_glasses_5",
    "king_penguins_4",
    "mailboxes_6",
    "motorcycles_4",
    "pcbs_10",
    "pencils_5",
    "people_architecture_team_6",
    "people_engineers_7",
    "people_environment_team_7",
    "people_nurses_6",
    "people_office_counsel_6",
    "people_single_row_7",
    "people_usgs_uas_6",
    "phone_booths_5",
    "plastic_toy_figures_7",
    "rice_bowls_4",
    "rubber_ducks_6",
    "seashells_7",
    "soccer_balls_4",
    "spinach_leaves_5",
    "sushi_rolls_6",
    "tomatoes_7",
    "toy_cars_6",
    "tractors_7",
    "traffic_cones_4",
    "tulip_blossoms_5",
    "walnut_halves_4",
    "wheelbarrows_5",
    "wooden_pawns_4",
    "wooden_spoons_4"
  ],
  "seed": 20260725,
  "jobs": [
    {
      "case_id": "avocado_halves_4",
      "source_image": "images/avocado_halves_4.jpg",
      "prompt_full": "Recolor only the exposed flesh of the second avocado half from the left vivid cobalt blue, preserving its skin, pit or pit cavity, texture, shape, shadow, every other avocado half, and the pink background exactly.",
      "pair": "A"
    },
    {
      "case_id": "avocado_halves_4",
      "source_image": "images/avocado_halves_4.jpg",
      "prompt_full": "Recolor only the exposed flesh of the fourth avocado half from the left vivid cobalt blue, preserving its skin, pit or pit cavity, texture, shape, shadow, every other avocado half, and the pink background exactly.",
      "pair": "B"
    },
    {
      "case_id": "bananas_6",
      "source_image": "images/bananas_6.jpg",
      "prompt_full": "Recolor only the visible peel of the leftmost banana in the top row vivid cobalt blue, preserving the stem, fruit shape, texture, shadows, every other banana, and the beige background exactly.",
      "pair": "A"
    },
    {
      "case_id": "bananas_6",
      "source_image": "images/bananas_6.jpg",
      "prompt_full": "Recolor only the visible peel of the rightmost banana in the top row vivid cobalt blue, preserving the stem, fruit shape, texture, shadows, every other banana, and the beige background exactly.",
      "pair": "B"
    },
    {
      "case_id": "barrel_planters_4",
      "source_image": "images/barrel_planters_4.jpg",
      "prompt_full": "Repaint only the metal barrel body of the first barrel planter from the left vivid magenta; preserve its plants, flowers, scratches, markings, shape, shadows, and highlights, and keep every other planter and the street unchanged.",
      "pair": "A"
    },
    {
      "case_id": "barrel_planters_4",
      "source_image": "images/barrel_planters_4.jpg",
      "prompt_full": "Repaint only the metal barrel body of the third barrel planter from the left vivid magenta; preserve its plants, flowers, scratches, markings, shape, shadows, and highlights, and keep every other planter and the street unchanged.",
      "pair": "B"
    },
    {
      "case_id": "basil_leaves_5",
      "source_image": "images/basil_leaves_5.jpg",
      "prompt_full": "Recolor only the leaf blade of the second basil leaf from the left vivid cobalt blue, preserving its stem, vein pattern, texture, shape, shadow, every other leaf, and the white paper exactly.",
      "pair": "A"
    },
    {
      "case_id": "basil_leaves_5",
      "source_image": "images/basil_leaves_5.jpg",
      "prompt_full": "Recolor only the leaf blade of the fourth basil leaf from the left vivid cobalt blue, preserving its stem, vein pattern, texture, shape, shadow, every other leaf, and the white paper exactly.",
      "pair": "B"
    },
    {
      "case_id": "buckets_4",
      "source_image": "images/buckets_4.jpg",
      "prompt_full": "Repaint only the body of the first bucket from the left vivid cobalt blue; preserve its black base, metal handle, white interior, surface wear, shadows, and highlights, and keep every other bucket and the brick wall unchanged.",
      "pair": "A"
    },
    {
      "case_id": "buckets_4",
      "source_image": "images/buckets_4.jpg",
      "prompt_full": "Repaint only the body of the third bucket from the left vivid cobalt blue; preserve its black base, metal handle, white interior, surface wear, shadows, and highlights, and keep every other bucket and the brick wall unchanged.",
      "pair": "B"
    },
    {
      "case_id": "burgers_4",
      "source_image": "images/burgers_4.jpg",
      "prompt_full": "Change only the top bun of the second burger from the left to vivid cobalt blue, preserving its baked texture, shape, highlights, skewer, fillings, board, every other burger, and every other detail exactly.",
      "pair": "A"
    },
    {
      "case_id": "burgers_4",
      "source_image": "images/burgers_4.jpg",
      "prompt_full": "Change only the top bun of the fourth burger from the left to vivid cobalt blue, preserving its baked texture, shape, highlights, skewer, fillings, board, every other burger, and every other detail exactly.",
      "pair": "B"
    },
    {
      "case_id": "carrots_5",
      "source_image": "images/carrots_5.jpg",
      "prompt_full": "Recolor only the edible root of the second carrot root from the left vivid cobalt blue, preserving its green top, surface texture, thin taproot, shape, every other carrot, and the wooden background exactly.",
      "pair": "A"
    },
    {
      "case_id": "carrots_5",
      "source_image": "images/carrots_5.jpg",
      "prompt_full": "Recolor only the edible root of the fourth carrot root from the left vivid cobalt blue, preserving its green top, surface texture, thin taproot, shape, every other carrot, and the wooden background exactly.",
      "pair": "B"
    },
    {
      "case_id": "cars_vintage_5",
      "source_image": "images/cars_vintage_5.jpg",
      "prompt_full": "Repaint only the exterior body panels of the second car from the left vivid cobalt blue, preserving its windows, chrome, lights, tires, geometry, reflections, every other car, and all background details exactly.",
      "pair": "A"
    },
    {
      "case_id": "cars_vintage_5",
      "source_image": "images/cars_vintage_5.jpg",
      "prompt_full": "Repaint only the exterior body panels of the fourth car from the left vivid cobalt blue, preserving its windows, chrome, lights, tires, geometry, reflections, every other car, and all background details exactly.",
      "pair": "B"
    },
    {
      "case_id": "chairs_6",
      "source_image": "images/chairs_6.jpg",
      "prompt_full": "Repaint only the second chair from the left vivid cobalt blue; preserve its exact shape, bunny-ear back, legs, shadows, and highlights, and keep every other chair and all background details unchanged.",
      "pair": "A"
    },
    {
      "case_id": "chairs_6",
      "source_image": "images/chairs_6.jpg",
      "prompt_full": "Repaint only the fifth chair from the left vivid cobalt blue; preserve its exact shape, bunny-ear back, legs, shadows, and highlights, and keep every other chair and all background details unchanged.",
      "pair": "B"
    },
    {
      "case_id": "chili_peppers_5",
      "source_image": "images/chili_peppers_5.jpg",
      "prompt_full": "Recolor only the fruit body of the second chili pepper from the left vivid cobalt blue, preserving its green calyx and stem, surface texture, shape, every other pepper, and the dark background exactly.",
      "pair": "A"
    },
    {
      "case_id": "chili_peppers_5",
      "source_image": "images/chili_peppers_5.jpg",
      "prompt_full": "Recolor only the fruit body of the fourth chili pepper from the left vivid cobalt blue, preserving its green calyx and stem, surface texture, shape, every other pepper, and the dark background exactly.",
      "pair": "B"
    },
    {
      "case_id": "eggplants_5",
      "source_image": "images/eggplants_5.jpg",
      "prompt_full": "Recolor only the purple fruit body of the second eggplant from the left vivid golden yellow, preserving its green calyx and stem, highlights, texture, shape, every other eggplant, and the purple background exactly.",
      "pair": "A"
    },
    {
      "case_id": "eggplants_5",
      "source_image": "images/eggplants_5.jpg",
      "prompt_full": "Recolor only the purple fruit body of the fourth eggplant from the left vivid golden yellow, preserving its green calyx and stem, highlights, texture, shape, every other eggplant, and the purple background exactly.",
      "pair": "B"
    },
    {
      "case_id": "eggs_6",
      "source_image": "images/eggs_6.jpg",
      "prompt_full": "Recolor only the visible shell of the middle egg in the back row vivid cobalt blue, preserving its shape, highlights, all carton dividers, every other egg, and the background exactly.",
      "pair": "A"
    },
    {
      "case_id": "eggs_6",
      "source_image": "images/eggs_6.jpg",
      "prompt_full": "Recolor only the visible shell of the middle egg in the front row vivid cobalt blue, preserving its shape, highlights, all carton dividers, every other egg, and the background exactly.",
      "pair": "B"
    },
    {
      "case_id": "fire_hydrants_4",
      "source_image": "images/fire_hydrants_4.jpg",
      "prompt_full": "Repaint only the body and caps of the first fire hydrant from the left vivid cobalt blue; preserve its labels, bolts, metal texture, shadow, and exact geometry, and keep every other hydrant and the parking lot unchanged.",
      "pair": "A"
    },
    {
      "case_id": "fire_hydrants_4",
      "source_image": "images/fire_hydrants_4.jpg",
      "prompt_full": "Repaint only the body and caps of the third fire hydrant from the left vivid cobalt blue; preserve its labels, bolts, metal texture, shadow, and exact geometry, and keep every other hydrant and the parking lot unchanged.",
      "pair": "B"
    },
    {
      "case_id": "flower_heads_6",
      "source_image": "images/flower_heads_6.jpg",
      "prompt_full": "Change only the petals of the second flower from the left to vivid cobalt blue, preserving its flower center, petal structure, shadow, every other flower, the wall texture, and every other detail exactly.",
      "pair": "A"
    },
    {
      "case_id": "flower_heads_6",
      "source_image": "images/flower_heads_6.jpg",
      "prompt_full": "Change only the petals of the fifth flower from the left to vivid cobalt blue, preserving its flower center, petal structure, shadow, every other flower, the wall texture, and every other detail exactly.",
      "pair": "B"
    },
    {
      "case_id": "glass_jars_4",
      "source_image": "images/glass_jars_4.jpg",
      "prompt_full": "Fill only the first glass jar from the left halfway with transparent cobalt-blue liquid; preserve the jar's glass, stopper, reflections, refractions, exact shape, and lighting, and keep every other jar, the windowsill, and the monochrome background unchanged.",
      "pair": "A"
    },
    {
      "case_id": "glass_jars_4",
      "source_image": "images/glass_jars_4.jpg",
      "prompt_full": "Fill only the third glass jar from the left halfway with transparent cobalt-blue liquid; preserve the jar's glass, stopper, reflections, refractions, exact shape, and lighting, and keep every other jar, the windowsill, and the monochrome background unchanged.",
      "pair": "B"
    },
    {
      "case_id": "graduated_cylinders_5",
      "source_image": "images/graduated_cylinders_5.jpg",
      "prompt_full": "Fill only the first graduated cylinder from the left halfway with transparent cobalt-blue liquid; preserve its glass, scale markings, exact size, base, reflections, and refractions, and keep every other cylinder and the background unchanged.",
      "pair": "A"
    },
    {
      "case_id": "graduated_cylinders_5",
      "source_image": "images/graduated_cylinders_5.jpg",
      "prompt_full": "Fill only the third graduated cylinder from the left halfway with transparent cobalt-blue liquid; preserve its glass, scale markings, exact size, base, reflections, and refractions, and keep every other cylinder and the background unchanged.",
      "pair": "B"
    },
    {
      "case_id": "heart_tiles_5",
      "source_image": "images/heart_tiles_5.jpg",
      "prompt_full": "Recolor only the red heart on the first fabric heart tile from the left vivid cobalt blue; preserve the heart's cut-paper texture and exact shape, the burlap tile, shadows, and lighting, and keep every other tile and the white background unchanged.",
      "pair": "A"
    },
    {
      "case_id": "heart_tiles_5",
      "source_image": "images/heart_tiles_5.jpg",
      "prompt_full": "Recolor only the red heart on the third fabric heart tile from the left vivid cobalt blue; preserve the heart's cut-paper texture and exact shape, the burlap tile, shadows, and lighting, and keep every other tile and the white background unchanged.",
      "pair": "B"
    },
    {
      "case_id": "helicopters_4",
      "source_image": "images/helicopters_4.jpg",
      "prompt_full": "Repaint only the fuselage of the first helicopter from the left vivid cobalt blue; preserve its windows, rotors, landing gear, smoke trail, pose, and lighting, and keep every other helicopter and the sky unchanged.",
      "pair": "A"
    },
    {
      "case_id": "helicopters_4",
      "source_image": "images/helicopters_4.jpg",
      "prompt_full": "Repaint only the fuselage of the third helicopter from the left vivid cobalt blue; preserve its windows, rotors, landing gear, smoke trail, pose, and lighting, and keep every other helicopter and the sky unchanged.",
      "pair": "B"
    },
    {
      "case_id": "ice_cream_bars_6",
      "source_image": "images/ice_cream_bars_6.jpg",
      "prompt_full": "Recolor only the edible coating of the second ice-cream bar from the left vivid cobalt blue, preserving its wooden stick, embedded pieces, shape, highlights, shadow, every other bar, and the white background exactly.",
      "pair": "A"
    },
    {
      "case_id": "ice_cream_bars_6",
      "source_image": "images/ice_cream_bars_6.jpg",
      "prompt_full": "Recolor only the edible coating of the fifth ice-cream bar from the left vivid cobalt blue, preserving its wooden stick, embedded pieces, shape, highlights, shadow, every other bar, and the white background exactly.",
      "pair": "B"
    },
    {
      "case_id": "jizo_statues_6",
      "source_image": "images/jizo_statues_6.jpg",
      "prompt_full": "Change only the red neck scarf of the third Jizo statue from the left to vivid cobalt blue, preserving its red head covering, stone surface, face, pose, pedestal, inscriptions, every other statue, the surroundings, and every other detail exactly.",
      "pair": "A"
    },
    {
      "case_id": "jizo_statues_6",
      "source_image": "images/jizo_statues_6.jpg",
      "prompt_full": "Change only the red neck scarf of the fifth Jizo statue from the left to vivid cobalt blue, preserving its red head covering, stone surface, face, pose, pedestal, inscriptions, every other statue, the surroundings, and every other detail exactly.",
      "pair": "B"
    },
    {
      "case_id": "juice_glasses_5",
      "source_image": "images/juice_glasses_5.jpg",
      "prompt_full": "Change only the liquid inside the second glass from the left to vivid cobalt blue, preserving the glass itself, etched pattern, transparency, reflections, liquid level, every other glass, and the coral background exactly.",
      "pair": "A"
    },
    {
      "case_id": "juice_glasses_5",
      "source_image": "images/juice_glasses_5.jpg",
      "prompt_full": "Change only the liquid inside the fourth glass from the left to vivid cobalt blue, preserving the glass itself, etched pattern, transparency, reflections, liquid level, every other glass, and the coral background exactly.",
      "pair": "B"
    },
    {
      "case_id": "king_penguins_4",
      "source_image": "images/king_penguins_4.jpg",
      "prompt_full": "Change only the yellow-orange neck patch of the second king penguin from the left to vivid cobalt blue, preserving its black-and-white plumage, beak, eyes, body shape, feather texture, any identification band, every other penguin, the rocks, the background, and every other detail exactly.",
      "pair": "A"
    },
    {
      "case_id": "king_penguins_4",
      "source_image": "images/king_penguins_4.jpg",
      "prompt_full": "Change only the yellow-orange neck patch of the fourth king penguin from the left to vivid cobalt blue, preserving its black-and-white plumage, beak, eyes, body shape, feather texture, any identification band, every other penguin, the rocks, the background, and every other detail exactly.",
      "pair": "B"
    },
    {
      "case_id": "mailboxes_6",
      "source_image": "images/mailboxes_6.jpg",
      "prompt_full": "Repaint only the main red metal body of the middle mailbox in the top row vivid cobalt blue, preserving its crest, slot, label, lock, trim, geometry, highlights, every other mailbox, and the wall exactly.",
      "pair": "A"
    },
    {
      "case_id": "mailboxes_6",
      "source_image": "images/mailboxes_6.jpg",
      "prompt_full": "Repaint only the main red metal body of the middle mailbox in the bottom row vivid cobalt blue, preserving its crest, slot, label, lock, trim, geometry, highlights, every other mailbox, and the wall exactly.",
      "pair": "B"
    },
    {
      "case_id": "motorcycles_4",
      "source_image": "images/motorcycles_4.jpg",
      "prompt_full": "Repaint only the fuel tank and side body panels of the second motorcycle from the left vivid cobalt blue, preserving its windshield, chrome, tires, exact shape, lighting, every other motorcycle, all background cars and people, the lawn, buildings, and every other detail unchanged.",
      "pair": "A"
    },
    {
      "case_id": "motorcycles_4",
      "source_image": "images/motorcycles_4.jpg",
      "prompt_full": "Repaint only the fuel tank and side body panels of the third motorcycle from the left vivid cobalt blue, preserving its windshield, chrome, tires, exact shape, lighting, every other motorcycle, all background cars and people, the lawn, buildings, and every other detail unchanged.",
      "pair": "B"
    },
    {
      "case_id": "pcbs_10",
      "source_image": "images/pcbs_10.jpg",
      "prompt_full": "Recolor only the green substrate of the second PCB from the left in the top row vivid cobalt blue; preserve every silver pad, hole, printed number, trace, board edge, shadow, and highlight, and keep all other PCBs and the background unchanged.",
      "pair": "A"
    },
    {
      "case_id": "pcbs_10",
      "source_image": "images/pcbs_10.jpg",
      "prompt_full": "Recolor only the green substrate of the fourth PCB from the left in the bottom row vivid cobalt blue; preserve every silver pad, hole, printed number, trace, board edge, shadow, and highlight, and keep all other PCBs and the background unchanged.",
      "pair": "B"
    },
    {
      "case_id": "pencils_5",
      "source_image": "images/pencils_5.jpg",
      "prompt_full": "Change only the painted barrel of the second pencil from the left to vivid cobalt blue, preserving its sharpened wood, tip, ferrule, eraser, wear marks, shadow, every other pencil, the background, and every other detail exactly.",
      "pair": "A"
    },
    {
      "case_id": "pencils_5",
      "source_image": "images/pencils_5.jpg",
      "prompt_full": "Change only the painted barrel of the fourth pencil from the left to vivid cobalt blue, preserving its sharpened wood, tip, ferrule, eraser, wear marks, shadow, every other pencil, the background, and every other detail exactly.",
      "pair": "B"
    },
    {
      "case_id": "people_architecture_team_6",
      "source_image": "images/people_architecture_team_6.jpg",
      "prompt_full": "Change only the visible upper-body outer garment of the leftmost seated person in the front row to vivid magenta, preserving the person's face, hair, pose, body shape, hands, lower clothing, every other person, and all background details exactly.",
      "pair": "A"
    },
    {
      "case_id": "people_architecture_team_6",
      "source_image": "images/people_architecture_team_6.jpg",
      "prompt_full": "Change only the visible upper-body outer garment of the rightmost seated person in the front row to vivid magenta, preserving the person's face, hair, pose, body shape, hands, lower clothing, every other person, and all background details exactly.",
      "pair": "B"
    },
    {
      "case_id": "people_engineers_7",
      "source_image": "images/people_engineers_7.jpg",
      "prompt_full": "Change only the visible T-shirt of the second person from the left in the back row to vivid magenta, preserving the shirt logo and folds, the person's face, hair, pose, body shape, every other person, and all background details exactly.",
      "pair": "A"
    },
    {
      "case_id": "people_engineers_7",
      "source_image": "images/people_engineers_7.jpg",
      "prompt_full": "Change only the visible T-shirt of the fourth person from the left in the back row to vivid magenta, preserving the shirt logo and folds, the person's face, hair, pose, body shape, every other person, and all background details exactly.",
      "pair": "B"
    },
    {
      "case_id": "people_environment_team_7",
      "source_image": "images/people_environment_team_7.jpg",
      "prompt_full": "Change only the visible upper-body outer garment of the left person in the front row to vivid magenta, preserving the person's face, hair, pose, body shape, hands, lower clothing, every other person, the sign, and all background details exactly.",
      "pair": "A"
    },
    {
      "case_id": "people_environment_team_7",
      "source_image": "images/people_environment_team_7.jpg",
      "prompt_full": "Change only the visible upper-body outer garment of the right person in the front row to vivid magenta, preserving the person's face, hair, pose, body shape, hands, lower clothing, every other person, the sign, and all background details exactly.",
      "pair": "B"
    },
    {
      "case_id": "people_nurses_6",
      "source_image": "images/people_nurses_6.jpg",
      "prompt_full": "Change only the visible scrub top of the left seated person in the front row to vivid magenta, preserving the person's face, cap, pose, body shape, hands, trousers, every other person, the operating-room equipment, and all background details exactly.",
      "pair": "A"
    },
    {
      "case_id": "people_nurses_6",
      "source_image": "images/people_nurses_6.jpg",
      "prompt_full": "Change only the visible scrub top of the right seated person in the front row to vivid magenta, preserving the person's face, cap, pose, body shape, hands, trousers, every other person, the operating-room equipment, and all background details exactly.",
      "pair": "B"
    },
    {
      "case_id": "people_office_counsel_6",
      "source_image": "images/people_office_counsel_6.jpg",
      "prompt_full": "Change only the visible upper-body outer garment of the first person from the left in the front row to vivid magenta, preserving the person's face, hair, pose, body shape, hands, lower clothing, every other person, the seal, and all background details exactly.",
      "pair": "A"
    },
    {
      "case_id": "people_office_counsel_6",
      "source_image": "images/people_office_counsel_6.jpg",
      "prompt_full": "Change only the visible upper-body outer garment of the third and rightmost person in the front row to vivid magenta, preserving the person's face, hair, pose, body shape, hands, lower clothing, every other person, the seal, and all background details exactly.",
      "pair": "B"
    },
    {
      "case_id": "people_single_row_7",
      "source_image": "images/people_single_row_7.jpg",
      "prompt_full": "Change only the visible upper-body outer garment of the second person from the left to vivid magenta, preserving the person's face, hair, pose, body shape, hands, lower clothing, every other person, and all background details exactly.",
      "pair": "A"
    },
    {
      "case_id": "people_single_row_7",
      "source_image": "images/people_single_row_7.jpg",
      "prompt_full": "Change only the visible upper-body outer garment of the fifth person from the left to vivid magenta, preserving the person's face, hair, pose, body shape, hands, lower clothing, every other person, and all background details exactly.",
      "pair": "B"
    },
    {
      "case_id": "people_usgs_uas_6",
      "source_image": "images/people_usgs_uas_6.jpg",
      "prompt_full": "Change only the visible upper-body outer garment of the left seated person in the front row to vivid magenta, preserving all logos and reflective details, the person's face, hat, pose, body shape, hands, every other person, the equipment, and all background details exactly.",
      "pair": "A"
    },
    {
      "case_id": "people_usgs_uas_6",
      "source_image": "images/people_usgs_uas_6.jpg",
      "prompt_full": "Change only the visible upper-body outer garment of the right seated person in the front row to vivid magenta, preserving all logos and reflective details, the person's face, hat, pose, body shape, hands, every other person, the equipment, and all background details exactly.",
      "pair": "B"
    },
    {
      "case_id": "phone_booths_5",
      "source_image": "images/phone_booths_5.jpg",
      "prompt_full": "Repaint only the red exterior panels of the first phone booth from the left vivid cobalt blue; preserve its windows, crown emblem, lettering, perspective, and reflections, and keep every other booth and the entire street scene unchanged.",
      "pair": "A"
    },
    {
      "case_id": "phone_booths_5",
      "source_image": "images/phone_booths_5.jpg",
      "prompt_full": "Repaint only the red exterior panels of the third phone booth from the left vivid cobalt blue; preserve its windows, crown emblem, lettering, perspective, and reflections, and keep every other booth and the entire street scene unchanged.",
      "pair": "B"
    },
    {
      "case_id": "plastic_toy_figures_7",
      "source_image": "images/plastic_toy_figures_7.jpg",
      "prompt_full": "Change only the visible torso garment of the second plastic toy figure from the left to vivid cobalt blue, preserving its head, hair or helmet, arms, hands, legs, accessories, pose, lighting, every other figure, the background, and every other detail exactly.",
      "pair": "A"
    },
    {
      "case_id": "plastic_toy_figures_7",
      "source_image": "images/plastic_toy_figures_7.jpg",
      "prompt_full": "Change only the visible torso garment of the sixth plastic toy figure from the left to vivid cobalt blue, preserving its head, hair or helmet, arms, hands, legs, accessories, pose, lighting, every other figure, the background, and every other detail exactly.",
      "pair": "B"
    },
    {
      "case_id": "rice_bowls_4",
      "source_image": "images/rice_bowls_4.jpg",
      "prompt_full": "Change only the outer ceramic surface of the second bowl from the left to vivid cobalt blue, preserving its contents, rim, shape, highlights, shadows, the tablecloth, every other bowl, and every other detail exactly.",
      "pair": "A"
    },
    {
      "case_id": "rice_bowls_4",
      "source_image": "images/rice_bowls_4.jpg",
      "prompt_full": "Change only the outer ceramic surface of the fourth bowl from the left to vivid cobalt blue, preserving its contents, rim, shape, highlights, shadows, the tablecloth, every other bowl, and every other detail exactly.",
      "pair": "B"
    },
    {
      "case_id": "rubber_ducks_6",
      "source_image": "images/rubber_ducks_6.jpg",
      "prompt_full": "Change only the beak of the second rubber duck from the left to vivid cobalt blue, preserving the duck's body color, eyes, shape, lighting, shadow, every other duck, the background, and every other detail exactly.",
      "pair": "A"
    },
    {
      "case_id": "rubber_ducks_6",
      "source_image": "images/rubber_ducks_6.jpg",
      "prompt_full": "Change only the beak of the fifth rubber duck from the left to vivid cobalt blue, preserving the duck's body color, eyes, shape, lighting, shadow, every other duck, the background, and every other detail exactly.",
      "pair": "B"
    },
    {
      "case_id": "seashells_7",
      "source_image": "images/seashells_7.jpg",
      "prompt_full": "Recolor only the surface of the second seashell from the left vivid coral red, preserving its grooves, highlights, shape, shadow, every other shell, and the blue fabric exactly.",
      "pair": "A"
    },
    {
      "case_id": "seashells_7",
      "source_image": "images/seashells_7.jpg",
      "prompt_full": "Recolor only the surface of the fifth seashell from the left vivid coral red, preserving its grooves, highlights, shape, shadow, every other shell, and the blue fabric exactly.",
      "pair": "B"
    },
    {
      "case_id": "soccer_balls_4",
      "source_image": "images/soccer_balls_4.jpg",
      "prompt_full": "Recolor only the visible outer surface of the first soccer ball from the left vivid cobalt blue; preserve its panel seams, printed pattern, spherical shape, grass contact, shadows, and highlights, and keep every other ball and the soccer field unchanged.",
      "pair": "A"
    },
    {
      "case_id": "soccer_balls_4",
      "source_image": "images/soccer_balls_4.jpg",
      "prompt_full": "Recolor only the visible outer surface of the third soccer ball from the left vivid cobalt blue; preserve its panel seams, printed pattern, spherical shape, grass contact, shadows, and highlights, and keep every other ball and the soccer field unchanged.",
      "pair": "B"
    },
    {
      "case_id": "spinach_leaves_5",
      "source_image": "images/spinach_leaves_5.jpg",
      "prompt_full": "Recolor only the leaf blade of the second spinach leaf from the left vivid cobalt blue, preserving its stem, vein pattern, texture, shape, shadow, every other leaf, and the green background exactly.",
      "pair": "A"
    },
    {
      "case_id": "spinach_leaves_5",
      "source_image": "images/spinach_leaves_5.jpg",
      "prompt_full": "Recolor only the leaf blade of the fourth spinach leaf from the left vivid cobalt blue, preserving its stem, vein pattern, texture, shape, shadow, every other leaf, and the green background exactly.",
      "pair": "B"
    },
    {
      "case_id": "sushi_rolls_6",
      "source_image": "images/sushi_rolls_6.jpg",
      "prompt_full": "Recolor only the outer rice-and-sesame coating of the second sushi roll from the left vivid cobalt blue, preserving its filling, shape, texture, shadow, every other roll, and the white background exactly.",
      "pair": "A"
    },
    {
      "case_id": "sushi_rolls_6",
      "source_image": "images/sushi_rolls_6.jpg",
      "prompt_full": "Recolor only the outer rice-and-sesame coating of the fifth sushi roll from the left vivid cobalt blue, preserving its filling, shape, texture, shadow, every other roll, and the white background exactly.",
      "pair": "B"
    },
    {
      "case_id": "tomatoes_7",
      "source_image": "images/tomatoes_7.jpg",
      "prompt_full": "Recolor only the red skin of the second tomato from the left vivid cobalt blue, preserving its green calyx, highlights, texture, shape, shadow, every other tomato, and the multicolored background exactly.",
      "pair": "A"
    },
    {
      "case_id": "tomatoes_7",
      "source_image": "images/tomatoes_7.jpg",
      "prompt_full": "Recolor only the red skin of the fifth tomato from the left vivid cobalt blue, preserving its green calyx, highlights, texture, shape, shadow, every other tomato, and the multicolored background exactly.",
      "pair": "B"
    },
    {
      "case_id": "toy_cars_6",
      "source_image": "images/toy_cars_6.jpg",
      "prompt_full": "Repaint only the body of the second toy car from the left vivid golden yellow; preserve its windows, headlights, grille, wheels, exact model shape, depth of field, shadows, and highlights, and keep every other toy car and the background unchanged.",
      "pair": "A"
    },
    {
      "case_id": "toy_cars_6",
      "source_image": "images/toy_cars_6.jpg",
      "prompt_full": "Repaint only the body of the fifth toy car from the left vivid golden yellow; preserve its windows, headlights, grille, wheels, exact model shape, depth of field, shadows, and highlights, and keep every other toy car and the background unchanged.",
      "pair": "B"
    },
    {
      "case_id": "tractors_7",
      "source_image": "images/tractors_7.jpg",
      "prompt_full": "Repaint only the red body panels of the first tractor from the left vivid cobalt blue; preserve its tires, glass, grille, metal texture, lighting, and all mechanical geometry, and keep every other tractor and the field unchanged.",
      "pair": "A"
    },
    {
      "case_id": "tractors_7",
      "source_image": "images/tractors_7.jpg",
      "prompt_full": "Repaint only the red body panels of the sixth tractor from the left vivid cobalt blue; preserve its tires, glass, grille, metal texture, lighting, and all mechanical geometry, and keep every other tractor and the field unchanged.",
      "pair": "B"
    },
    {
      "case_id": "traffic_cones_4",
      "source_image": "images/traffic_cones_4.jpg",
      "prompt_full": "Change only the two pale reflective bands on the second traffic cone from the left to vivid cobalt blue, preserving all orange surfaces, dirt, geometry, every other cone, grass, and pavement exactly.",
      "pair": "A"
    },
    {
      "case_id": "traffic_cones_4",
      "source_image": "images/traffic_cones_4.jpg",
      "prompt_full": "Change only the two pale reflective bands on the fourth traffic cone from the left to vivid cobalt blue, preserving all orange surfaces, dirt, geometry, every other cone, grass, and pavement exactly.",
      "pair": "B"
    },
    {
      "case_id": "tulip_blossoms_5",
      "source_image": "images/tulip_blossoms_5.jpg",
      "prompt_full": "Recolor only the petals of the second tulip blossom from the left vivid cobalt blue, preserving the pale edge highlights, petal texture, blossom shape, every stem, every other blossom, and the peach background exactly.",
      "pair": "A"
    },
    {
      "case_id": "tulip_blossoms_5",
      "source_image": "images/tulip_blossoms_5.jpg",
      "prompt_full": "Recolor only the petals of the fourth tulip blossom from the left vivid cobalt blue, preserving the pale edge highlights, petal texture, blossom shape, every stem, every other blossom, and the peach background exactly.",
      "pair": "B"
    },
    {
      "case_id": "walnut_halves_4",
      "source_image": "images/walnut_halves_4.jpg",
      "prompt_full": "Recolor only the kernel surface of the second walnut half from the left vivid cobalt blue, preserving its grooves, highlights, texture, shape, shadow, every other walnut half, and the dark red background exactly.",
      "pair": "A"
    },
    {
      "case_id": "walnut_halves_4",
      "source_image": "images/walnut_halves_4.jpg",
      "prompt_full": "Recolor only the kernel surface of the third walnut half from the left vivid cobalt blue, preserving its grooves, highlights, texture, shape, shadow, every other walnut half, and the dark red background exactly.",
      "pair": "B"
    },
    {
      "case_id": "wheelbarrows_5",
      "source_image": "images/wheelbarrows_5.jpg",
      "prompt_full": "Repaint only the basin of the first wheelbarrow from the left vivid magenta; preserve its handles, wheel, braces, wear, exact geometry, shadows, and highlights, and keep every other wheelbarrow and the vegetation unchanged.",
      "pair": "A"
    },
    {
      "case_id": "wheelbarrows_5",
      "source_image": "images/wheelbarrows_5.jpg",
      "prompt_full": "Repaint only the basin of the second wheelbarrow from the left vivid magenta; preserve its handles, wheel, braces, wear, exact geometry, shadows, and highlights, and keep every other wheelbarrow and the vegetation unchanged.",
      "pair": "B"
    },
    {
      "case_id": "wooden_pawns_4",
      "source_image": "images/wooden_pawns_4.jpg",
      "prompt_full": "Repaint only the first wooden pawn from the left vivid cobalt blue; preserve its wood grain, exact silhouette, contact shadow, highlights, and lighting, and keep every other pawn and the background unchanged.",
      "pair": "A"
    },
    {
      "case_id": "wooden_pawns_4",
      "source_image": "images/wooden_pawns_4.jpg",
      "prompt_full": "Repaint only the third wooden pawn from the left vivid cobalt blue; preserve its wood grain, exact silhouette, contact shadow, highlights, and lighting, and keep every other pawn and the background unchanged.",
      "pair": "B"
    },
    {
      "case_id": "wooden_spoons_4",
      "source_image": "images/wooden_spoons_4.jpg",
      "prompt_full": "Paint only the bowl of the first wooden spoon from the left vivid cobalt blue; preserve its handle, wood grain, exact shape, shadows, and highlights, and keep every other spoon and the wooden surface unchanged.",
      "pair": "A"
    },
    {
      "case_id": "wooden_spoons_4",
      "source_image": "images/wooden_spoons_4.jpg",
      "prompt_full": "Paint only the bowl of the third wooden spoon from the left vivid cobalt blue; preserve its handle, wood grain, exact shape, shadows, and highlights, and keep every other spoon and the wooden surface unchanged.",
      "pair": "B"
    }
  ],
  "selection_rationale": "all public baseline jobs"
}