Datasets:

Modalities:
Image
Size:
< 1K
ArXiv:
Libraries:
Datasets
License:

Fix swapped bounding boxes for Airbnb legal name and preferred name

#2
by EAGzzyCSL - opened

Fix two swapped bounding boxes in instruction/functional_grounding.json for:

mobile/airbnb/airbnb_f11ed297-7ede-40e9-bb61-28444b010385.png

The screenshot shows Edit next to Legal name, and Add next to Preferred first name. The two functional-grounding annotations currently assign each instruction the other button's bounding box.

Instruction Current bbox Corrected bbox
Click to edit legal name [886, 728, 1024, 813] [888, 435, 1022, 513]
Click to add a preference name [888, 435, 1022, 513] [886, 728, 1024, 813]

Coordinates are in the original 1080 × 2340 screenshot. This swaps the existing boxes; it does not introduce newly estimated boundaries.

Original screenshot

Validation: parsed the original and corrected JSON and verified that only the two matching records' bbox values change. All instructions, images, other records, and file formatting are preserved.

Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment