VisPhyBench-Data / test /detection_json /task10000_004_frame_01.json
lllqaq's picture
Add VisPhyBench splits (sub/test) with videos, detection JSON, difficulty tables
3b65786 verified
{
"image_size": {
"width": 512,
"height": 512
},
"coordinate_system": {
"origin": "top_left",
"x_axis": "to_right",
"y_axis": "downward"
},
"objects": [
{
"id": "gray_ball",
"category": "circle",
"color_rgb": [186, 200, 208],
"position": {
"center_x": 292.17,
"center_y": 192.85
},
"bbox": {
"x_min": 275,
"y_min": 176,
"x_max": 309,
"y_max": 210,
"width": 35,
"height": 35
},
"size": {
"area_pixels": 964,
"radius_pixels": 17.52
}
},
{
"id": "red_ball",
"category": "circle",
"color_rgb": [238, 93, 85],
"position": {
"center_x": 364.48,
"center_y": 155.61
},
"bbox": {
"x_min": 350,
"y_min": 140,
"x_max": 379,
"y_max": 171,
"width": 30,
"height": 32
},
"size": {
"area_pixels": 780,
"radius_pixels": 15.76
}
},
{
"id": "tilted_gray_u",
"category": "u_shape",
"color_rgb": [187, 200, 206],
"position": {
"center_x": 169.90,
"center_y": 111.74
},
"bbox": {
"x_min": 137,
"y_min": 61,
"x_max": 212,
"y_max": 149,
"width": 76,
"height": 89
},
"size": {
"area_pixels": 1639,
"stroke_thickness_pixels": 8.39
},
"orientation": {
"angle_deg": -55.00,
"definition": "angle from +x axis, counter-clockwise"
}
},
{
"id": "tilted_gray_bar_steep",
"category": "line_segment",
"color_rgb": [191, 202, 208],
"position": {
"center_x": 154.37,
"center_y": 338.65
},
"bbox": {
"x_min": 101,
"y_min": 276,
"x_max": 207,
"y_max": 401,
"width": 107,
"height": 126
},
"size": {
"area_pixels": 1092,
"length_pixels": 163.25,
"thickness_pixels": 6.38
},
"orientation": {
"angle_deg": -50.00,
"definition": "angle from +x axis, counter-clockwise"
}
},
{
"id": "tilted_gray_bar_shallow",
"category": "line_segment",
"color_rgb": [191, 202, 208],
"position": {
"center_x": 154.46,
"center_y": 338.44
},
"bbox": {
"x_min": 81,
"y_min": 302,
"x_max": 228,
"y_max": 375,
"width": 148,
"height": 74
},
"size": {
"area_pixels": 1107,
"length_pixels": 164.09,
"thickness_pixels": 6.39
},
"orientation": {
"angle_deg": -25.12,
"definition": "angle from +x axis, counter-clockwise"
}
},
{
"id": "vertical_pillar_left",
"category": "rectangle_bar",
"color_rgb": [185, 200, 208],
"position": {
"center_x": 179.50,
"center_y": 460.50
},
"bbox": {
"x_min": 175,
"y_min": 410,
"x_max": 184,
"y_max": 511,
"width": 10,
"height": 102
},
"size": {
"area_pixels": 1020,
"length_pixels": 102.00,
"thickness_pixels": 10.00
},
"orientation": {
"angle_deg": 90.00,
"definition": "angle from +x axis, counter-clockwise"
}
},
{
"id": "vertical_pillar_right",
"category": "rectangle_bar",
"color_rgb": [184, 200, 209],
"position": {
"center_x": 256.00,
"center_y": 447.50
},
"bbox": {
"x_min": 251,
"y_min": 384,
"x_max": 261,
"y_max": 511,
"width": 11,
"height": 128
},
"size": {
"area_pixels": 1408,
"length_pixels": 128.00,
"thickness_pixels": 11.00
},
"orientation": {
"angle_deg": 90.00,
"definition": "angle from +x axis, counter-clockwise"
}
}
]
}