images
images listlengths 1
1
| problem
stringclasses 64
values | answer
stringlengths 45
62
| pix_bbox
stringlengths 14
20
| nor_bbox
stringlengths 16
20
|
|---|---|---|---|---|
<image>Return bounding boxes of 'person' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [0, 279, 424, 631], 'label': 'person'}]
|
[0, 279, 424, 631]
|
[0, 436, 990, 986]
|
|
<image>Return bounding boxes of 'vase' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [385, 41, 549, 297], 'label': 'vase'}]
|
[385, 41, 549, 297]
|
[602, 139, 858, 988]
|
|
<image>Return bounding boxes of 'banana' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [547, 253, 593, 271], 'label': 'banana'}]
|
[547, 253, 593, 271]
|
[856, 594, 927, 637]
|
|
<image>Return bounding boxes of 'person' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [548, 55, 581, 169], 'label': 'person'}]
|
[548, 55, 581, 169]
|
[857, 131, 908, 398]
|
|
<image>Return bounding boxes of 'person' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [323, 281, 325, 283], 'label': 'person'}]
|
[323, 281, 325, 283]
|
[506, 660, 509, 665]
|
|
<image>Return bounding boxes of 'bench' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [454, 353, 487, 424], 'label': 'bench'}]
|
[454, 353, 487, 424]
|
[710, 736, 761, 884]
|
|
<image>Return bounding boxes of 'person' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [330, 396, 520, 472], 'label': 'person'}]
|
[330, 396, 520, 472]
|
[516, 829, 813, 988]
|
|
<image>Return bounding boxes of 'cup' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [231, 237, 245, 255], 'label': 'cup'}]
|
[231, 237, 245, 255]
|
[362, 494, 383, 532]
|
|
<image>Return bounding boxes of 'surfboard' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [203, 241, 365, 409], 'label': 'surfboard'}]
|
[203, 241, 365, 409]
|
[318, 565, 571, 958]
|
|
<image>Return bounding boxes of 'person' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [60, 106, 75, 145], 'label': 'person'}]
|
[60, 106, 75, 145]
|
[95, 221, 118, 303]
|
|
<image>Return bounding boxes of 'person' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [245, 184, 252, 202], 'label': 'person'}]
|
[245, 184, 252, 202]
|
[384, 515, 395, 564]
|
|
<image>Return bounding boxes of 'cake' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [421, 406, 468, 424], 'label': 'cake'}]
|
[421, 406, 468, 424]
|
[658, 955, 732, 997]
|
|
<image>Return bounding boxes of 'bottle' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [291, 40, 327, 108], 'label': 'bottle'}]
|
[291, 40, 327, 108]
|
[455, 96, 512, 255]
|
|
<image>Return bounding boxes of 'person' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [232, 76, 302, 472], 'label': 'person'}]
|
[232, 76, 302, 472]
|
[364, 159, 473, 984]
|
|
<image>Return bounding boxes of 'tv' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [257, 111, 466, 272], 'label': 'tv'}]
|
[257, 111, 466, 272]
|
[403, 232, 729, 568]
|
|
<image>Return bounding boxes of 'person' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [240, 0, 471, 164], 'label': 'person'}]
|
[240, 0, 471, 164]
|
[376, 2, 737, 386]
|
|
<image>Return bounding boxes of 'dining table' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [2, 2, 639, 424], 'label': 'dining table'}]
|
[2, 2, 639, 424]
|
[4, 5, 999, 999]
|
|
<image>Return bounding boxes of 'bottle' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [352, 264, 411, 426], 'label': 'bottle'}]
|
[352, 264, 411, 426]
|
[550, 620, 643, 999]
|
|
<image>Return bounding boxes of 'person' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [233, 65, 272, 146], 'label': 'person'}]
|
[233, 65, 272, 146]
|
[365, 136, 426, 303]
|
|
<image>Return bounding boxes of 'tennis racket' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [508, 237, 584, 261], 'label': 'tennis racket'}]
|
[508, 237, 584, 261]
|
[795, 557, 914, 612]
|
|
<image>Return bounding boxes of 'bed' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [2, 241, 426, 636], 'label': 'bed'}]
|
[2, 241, 426, 636]
|
[6, 377, 999, 994]
|
|
<image>Return bounding boxes of 'person' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [487, 171, 499, 205], 'label': 'person'}]
|
[487, 171, 499, 205]
|
[761, 358, 780, 428]
|
|
<image>Return bounding boxes of 'car' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [255, 252, 281, 278], 'label': 'car'}]
|
[255, 252, 281, 278]
|
[399, 526, 440, 581]
|
|
<image>Return bounding boxes of 'person' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [255, 88, 305, 149], 'label': 'person'}]
|
[255, 88, 305, 149]
|
[399, 208, 477, 350]
|
|
<image>Return bounding boxes of 'baseball glove' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [464, 179, 489, 199], 'label': 'baseball glove'}]
|
[464, 179, 489, 199]
|
[726, 420, 765, 467]
|
|
<image>Return bounding boxes of 'person' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [95, 391, 100, 410], 'label': 'person'}]
|
[95, 391, 100, 410]
|
[178, 611, 187, 642]
|
|
<image>Return bounding boxes of 'book' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [331, 0, 336, 24], 'label': 'book'}]
|
[331, 0, 336, 24]
|
[518, 0, 526, 68]
|
|
<image>Return bounding boxes of 'car' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [32, 273, 47, 284], 'label': 'car'}]
|
[32, 273, 47, 284]
|
[68, 428, 98, 445]
|
|
<image>Return bounding boxes of 'truck' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [504, 213, 564, 229], 'label': 'truck'}]
|
[504, 213, 564, 229]
|
[789, 499, 882, 538]
|
|
<image>Return bounding boxes of 'person' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [310, 163, 337, 209], 'label': 'person'}]
|
[310, 163, 337, 209]
|
[485, 381, 527, 489]
|
|
<image>Return bounding boxes of 'backpack' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [93, 105, 112, 119], 'label': 'backpack'}]
|
[93, 105, 112, 119]
|
[281, 210, 338, 239]
|
|
<image>Return bounding boxes of 'person' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [352, 11, 503, 219], 'label': 'person'}]
|
[352, 11, 503, 219]
|
[550, 27, 787, 513]
|
|
<image>Return bounding boxes of 'person' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [48, 208, 55, 236], 'label': 'person'}]
|
[48, 208, 55, 236]
|
[76, 578, 87, 656]
|
|
<image>Return bounding boxes of 'person' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [595, 152, 639, 255], 'label': 'person'}]
|
[595, 152, 639, 255]
|
[930, 357, 999, 599]
|
|
<image>Return bounding boxes of 'person' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [352, 264, 372, 280], 'label': 'person'}]
|
[352, 264, 372, 280]
|
[734, 414, 776, 438]
|
|
<image>Return bounding boxes of 'cup' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [599, 308, 639, 459], 'label': 'cup'}]
|
[599, 308, 639, 459]
|
[937, 643, 999, 958]
|
|
<image>Return bounding boxes of 'car' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [182, 466, 198, 478], 'label': 'car'}]
|
[182, 466, 198, 478]
|
[285, 971, 310, 997]
|
|
<image>Return bounding boxes of 'cell phone' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [455, 312, 491, 329], 'label': 'cell phone'}]
|
[455, 312, 491, 329]
|
[711, 652, 768, 687]
|
|
<image>Return bounding boxes of 'chair' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [69, 285, 197, 418], 'label': 'chair'}]
|
[69, 285, 197, 418]
|
[109, 668, 309, 981]
|
|
<image>Return bounding boxes of 'chair' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [357, 215, 410, 256], 'label': 'chair'}]
|
[357, 215, 410, 256]
|
[559, 505, 641, 600]
|
|
<image>Return bounding boxes of 'carrot' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [319, 161, 365, 316], 'label': 'carrot'}]
|
[319, 161, 365, 316]
|
[499, 338, 571, 662]
|
|
<image>Return bounding boxes of 'broccoli' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [277, 310, 392, 498], 'label': 'broccoli'}]
|
[277, 310, 392, 498]
|
[579, 485, 818, 779]
|
|
<image>Return bounding boxes of 'person' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [32, 508, 40, 527], 'label': 'person'}]
|
[32, 508, 40, 527]
|
[77, 794, 96, 824]
|
|
<image>Return bounding boxes of 'person' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [212, 281, 307, 382], 'label': 'person'}]
|
[212, 281, 307, 382]
|
[465, 440, 672, 598]
|
|
<image>Return bounding boxes of 'cow' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [452, 277, 470, 310], 'label': 'cow'}]
|
[452, 277, 470, 310]
|
[707, 649, 735, 726]
|
|
<image>Return bounding boxes of 'cow' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [320, 259, 354, 280], 'label': 'cow'}]
|
[320, 259, 354, 280]
|
[641, 693, 709, 749]
|
|
<image>Return bounding boxes of 'couch' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [1, 24, 636, 476], 'label': 'couch'}]
|
[1, 24, 636, 476]
|
[2, 52, 994, 992]
|
|
<image>Return bounding boxes of 'person' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [0, 134, 86, 291], 'label': 'person'}]
|
[0, 134, 86, 291]
|
[0, 210, 160, 456]
|
|
<image>Return bounding boxes of 'person' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [412, 45, 432, 73], 'label': 'person'}]
|
[412, 45, 432, 73]
|
[645, 94, 676, 153]
|
|
<image>Return bounding boxes of 'horse' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [407, 278, 444, 301], 'label': 'horse'}]
|
[407, 278, 444, 301]
|
[637, 654, 694, 707]
|
|
<image>Return bounding boxes of 'chair' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [380, 232, 483, 354], 'label': 'chair'}]
|
[380, 232, 483, 354]
|
[595, 654, 756, 999]
|
|
<image>Return bounding boxes of 'person' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [181, 13, 397, 386], 'label': 'person'}]
|
[181, 13, 397, 386]
|
[284, 26, 621, 754]
|
|
<image>Return bounding boxes of 'backpack' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [494, 295, 594, 342], 'label': 'backpack'}]
|
[494, 295, 594, 342]
|
[773, 691, 929, 801]
|
|
<image>Return bounding boxes of 'car' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [398, 268, 412, 280], 'label': 'car'}]
|
[398, 268, 412, 280]
|
[622, 513, 644, 535]
|
|
<image>Return bounding boxes of 'tennis racket' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [436, 150, 504, 205], 'label': 'tennis racket'}]
|
[436, 150, 504, 205]
|
[682, 352, 788, 482]
|
|
<image>Return bounding boxes of 'person' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [167, 324, 232, 370], 'label': 'person'}]
|
[167, 324, 232, 370]
|
[335, 865, 464, 988]
|
|
<image>Return bounding boxes of 'laptop' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [280, 203, 400, 299], 'label': 'laptop'}]
|
[280, 203, 400, 299]
|
[438, 423, 626, 623]
|
|
<image>Return bounding boxes of 'bus' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [245, 217, 300, 238], 'label': 'bus'}]
|
[245, 217, 300, 238]
|
[383, 510, 470, 559]
|
|
<image>Return bounding boxes of 'chair' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [390, 238, 427, 310], 'label': 'chair'}]
|
[390, 238, 427, 310]
|
[780, 715, 854, 931]
|
|
<image>Return bounding boxes of 'car' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [398, 191, 433, 209], 'label': 'car'}]
|
[398, 191, 433, 209]
|
[623, 373, 678, 409]
|
|
<image>Return bounding boxes of 'person' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [3, 90, 49, 173], 'label': 'person'}]
|
[3, 90, 49, 173]
|
[7, 318, 99, 605]
|
|
<image>Return bounding boxes of 'person' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [114, 345, 129, 397], 'label': 'person'}]
|
[114, 345, 129, 397]
|
[179, 720, 203, 829]
|
|
<image>Return bounding boxes of 'chair' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [520, 215, 544, 276], 'label': 'chair'}]
|
[520, 215, 544, 276]
|
[814, 448, 850, 577]
|
|
<image>Return bounding boxes of 'person' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [35, 0, 79, 42], 'label': 'person'}]
|
[35, 0, 79, 42]
|
[56, 0, 124, 98]
|
|
<image>Return bounding boxes of 'kite' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [300, 278, 328, 328], 'label': 'kite'}]
|
[300, 278, 328, 328]
|
[469, 653, 514, 769]
|
|
<image>Return bounding boxes of 'bench' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [428, 223, 582, 401], 'label': 'bench'}]
|
[428, 223, 582, 401]
|
[670, 535, 910, 960]
|
|
<image>Return bounding boxes of 'chair' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [551, 46, 600, 75], 'label': 'chair'}]
|
[551, 46, 600, 75]
|
[861, 97, 939, 158]
|
|
<image>Return bounding boxes of 'person' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [396, 219, 482, 345], 'label': 'person'}]
|
[396, 219, 482, 345]
|
[619, 458, 754, 719]
|
|
<image>Return bounding boxes of 'chair' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [0, 368, 70, 422], 'label': 'chair'}]
|
[0, 368, 70, 422]
|
[1, 869, 110, 996]
|
|
<image>Return bounding boxes of 'person' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [419, 219, 448, 292], 'label': 'person'}]
|
[419, 219, 448, 292]
|
[656, 639, 701, 850]
|
|
<image>Return bounding boxes of 'bowl' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [0, 0, 500, 362], 'label': 'bowl'}]
|
[0, 0, 500, 362]
|
[0, 2, 1000, 966]
|
|
<image>Return bounding boxes of 'car' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [246, 445, 269, 460], 'label': 'car'}]
|
[246, 445, 269, 460]
|
[481, 696, 526, 720]
|
|
<image>Return bounding boxes of 'backpack' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [176, 322, 217, 359], 'label': 'backpack'}]
|
[176, 322, 217, 359]
|
[276, 895, 340, 998]
|
|
<image>Return bounding boxes of 'car' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [161, 43, 266, 102], 'label': 'car'}]
|
[161, 43, 266, 102]
|
[253, 90, 417, 213]
|
|
<image>Return bounding boxes of 'person' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [384, 92, 440, 262], 'label': 'person'}]
|
[384, 92, 440, 262]
|
[600, 216, 688, 615]
|
|
<image>Return bounding boxes of 'car' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [0, 314, 91, 389], 'label': 'car'}]
|
[0, 314, 91, 389]
|
[0, 738, 143, 915]
|
|
<image>Return bounding boxes of 'person' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [407, 72, 456, 181], 'label': 'person'}]
|
[407, 72, 456, 181]
|
[815, 163, 912, 409]
|
|
<image>Return bounding boxes of 'refrigerator' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [338, 187, 458, 302], 'label': 'refrigerator'}]
|
[338, 187, 458, 302]
|
[529, 391, 716, 631]
|
|
<image>Return bounding boxes of 'truck' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [456, 208, 499, 230], 'label': 'truck'}]
|
[456, 208, 499, 230]
|
[913, 624, 999, 689]
|
|
<image>Return bounding boxes of 'zebra' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [384, 313, 627, 596], 'label': 'zebra'}]
|
[384, 313, 627, 596]
|
[600, 490, 981, 932]
|
|
<image>Return bounding boxes of 'person' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [450, 146, 472, 172], 'label': 'person'}]
|
[450, 146, 472, 172]
|
[704, 366, 739, 431]
|
|
<image>Return bounding boxes of 'bowl' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [542, 260, 604, 287], 'label': 'bowl'}]
|
[542, 260, 604, 287]
|
[847, 611, 944, 673]
|
|
<image>Return bounding boxes of 'person' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [291, 4, 364, 203], 'label': 'person'}]
|
[291, 4, 364, 203]
|
[456, 15, 569, 650]
|
|
<image>Return bounding boxes of 'person' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [238, 298, 241, 304], 'label': 'person'}]
|
[238, 298, 241, 304]
|
[373, 621, 377, 634]
|
|
<image>Return bounding boxes of 'book' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [355, 47, 373, 83], 'label': 'book'}]
|
[355, 47, 373, 83]
|
[556, 131, 584, 233]
|
|
<image>Return bounding boxes of 'umbrella' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [405, 57, 582, 132], 'label': 'umbrella'}]
|
[405, 57, 582, 132]
|
[634, 119, 910, 275]
|
|
<image>Return bounding boxes of 'tennis racket' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [372, 135, 481, 187], 'label': 'tennis racket'}]
|
[372, 135, 481, 187]
|
[582, 292, 753, 405]
|
|
<image>Return bounding boxes of 'person' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [118, 396, 193, 576], 'label': 'person'}]
|
[118, 396, 193, 576]
|
[247, 620, 403, 900]
|
|
<image>Return bounding boxes of 'bowl' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [524, 223, 567, 241], 'label': 'bowl'}]
|
[524, 223, 567, 241]
|
[819, 622, 886, 671]
|
|
<image>Return bounding boxes of 'car' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [414, 133, 424, 141], 'label': 'car'}]
|
[414, 133, 424, 141]
|
[648, 279, 664, 294]
|
|
<image>Return bounding boxes of 'person' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [320, 189, 390, 339], 'label': 'person'}]
|
[320, 189, 390, 339]
|
[513, 296, 624, 530]
|
|
<image>Return bounding boxes of 'chair' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [1, 257, 94, 394], 'label': 'chair'}]
|
[1, 257, 94, 394]
|
[2, 602, 147, 922]
|
|
<image>Return bounding boxes of 'person' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [68, 354, 181, 469], 'label': 'person'}]
|
[68, 354, 181, 469]
|
[107, 738, 284, 979]
|
|
<image>Return bounding boxes of 'chair' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [170, 197, 207, 223], 'label': 'chair'}]
|
[170, 197, 207, 223]
|
[267, 546, 324, 620]
|
|
<image>Return bounding boxes of 'cup' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [162, 356, 193, 421], 'label': 'cup'}]
|
[162, 356, 193, 421]
|
[254, 834, 303, 987]
|
|
<image>Return bounding boxes of 'person' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [595, 249, 622, 324], 'label': 'person'}]
|
[595, 249, 622, 324]
|
[930, 584, 973, 759]
|
|
<image>Return bounding boxes of 'person' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [90, 247, 246, 417], 'label': 'person'}]
|
[90, 247, 246, 417]
|
[142, 579, 385, 977]
|
|
<image>Return bounding boxes of 'person' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [229, 464, 240, 501], 'label': 'person'}]
|
[229, 464, 240, 501]
|
[479, 726, 501, 783]
|
|
<image>Return bounding boxes of 'dining table' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [0, 335, 529, 427], 'label': 'dining table'}]
|
[0, 335, 529, 427]
|
[0, 783, 827, 999]
|
|
<image>Return bounding boxes of 'sink' areas as JSON format:
```json
[
{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'},
...
]
```
|
[{'bbox_2d': [224, 481, 383, 568], 'label': 'sink'}]
|
[224, 481, 383, 568]
|
[509, 752, 867, 888]
|
End of preview. Expand
in Data Studio
README.md exists but content is empty.
- Downloads last month
- 19