images
imagewidth (px)
480
480
problem
stringclasses
1 value
answer
stringlengths
49
210
pix_bbox
stringlengths
18
86
nor_bbox
stringlengths
19
88
<image>Return bounding boxes of 'tumor' areas as JSON format: ```json [ {{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'}}, ... ] ```
[{"bbox_2d": [175, 182, 227, 270], "label": "tumor"}]
[[175, 182, 227, 270]]
[[364, 379, 472, 562]]
<image>Return bounding boxes of 'tumor' areas as JSON format: ```json [ {{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'}}, ... ] ```
[{"bbox_2d": [176, 177, 218, 268], "label": "tumor"}]
[[176, 177, 218, 268]]
[[366, 368, 454, 558]]
<image>Return bounding boxes of 'tumor' areas as JSON format: ```json [ {{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'}}, ... ] ```
[{"bbox_2d": [175, 194, 219, 280], "label": "tumor"}]
[[175, 194, 219, 280]]
[[364, 404, 456, 583]]
<image>Return bounding boxes of 'tumor' areas as JSON format: ```json [ {{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'}}, ... ] ```
[{"bbox_2d": [168, 163, 214, 287], "label": "tumor"}]
[[168, 163, 214, 287]]
[[350, 339, 445, 597]]
<image>Return bounding boxes of 'tumor' areas as JSON format: ```json [ {{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'}}, ... ] ```
[{"bbox_2d": [292, 99, 344, 344], "label": "tumor"}, {"bbox_2d": [139, 97, 193, 345], "label": "tumor"}]
[[292, 99, 344, 344], [139, 97, 193, 345]]
[[608, 206, 716, 716], [289, 202, 402, 718]]
<image>Return bounding boxes of 'tumor' areas as JSON format: ```json [ {{'bbox_2d': [x1, y1, x2, y2], 'label': 'label'}}, ... ] ```
[{"bbox_2d": [132, 116, 205, 358], "label": "tumor"}, {"bbox_2d": [277, 122, 340, 354], "label": "tumor"}]
[[132, 116, 205, 358], [277, 122, 340, 354]]
[[275, 241, 427, 745], [577, 254, 708, 737]]