VisPhyBench-Data / test /detection_json /task10009_000_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, 209],
"position": { "center_x": 160.46, "center_y": 176.13 },
"bbox": { "x_min": 140, "y_min": 156, "x_max": 180, "y_max": 196, "width": 41, "height": 41 },
"size": { "area_pixels": 1317, "radius_pixels": 20.47 }
},
{
"id": "red_ball",
"category": "circle",
"color_rgb": [239, 81, 70],
"position": { "center_x": 279.5, "center_y": 146.5 },
"bbox": { "x_min": 240, "y_min": 108, "x_max": 319, "y_max": 185, "width": 80, "height": 78 },
"size": { "area_pixels": 4862, "radius_pixels": 39.5 }
},
{
"id": "black_ball_1",
"category": "circle",
"color_rgb": [0, 0, 0],
"position": { "center_x": 204.24, "center_y": 229.93 },
"bbox": { "x_min": 194, "y_min": 220, "x_max": 214, "y_max": 240, "width": 21, "height": 21 },
"size": { "area_pixels": 343, "radius_pixels": 10.45 }
},
{
"id": "black_ball_2",
"category": "circle",
"color_rgb": [0, 0, 0],
"position": { "center_x": 159.92, "center_y": 263.51 },
"bbox": { "x_min": 150, "y_min": 254, "x_max": 170, "y_max": 273, "width": 21, "height": 20 },
"size": { "area_pixels": 347, "radius_pixels": 10.51 }
},
{
"id": "black_ball_3",
"category": "circle",
"color_rgb": [0, 0, 0],
"position": { "center_x": 151.47, "center_y": 288.25 },
"bbox": { "x_min": 141, "y_min": 278, "x_max": 161, "y_max": 298, "width": 21, "height": 21 },
"size": { "area_pixels": 343, "radius_pixels": 10.45 }
},
{
"id": "black_bar",
"category": "line_segment",
"color_rgb": [0, 0, 0],
"position": { "center_x": 150.79, "center_y": 308.13 },
"bbox": { "x_min": 104, "y_min": 280, "x_max": 198, "y_max": 336, "width": 95, "height": 57 },
"size": { "area_pixels": 1048, "length_pixels": 102.71, "thickness_pixels": 10.23 },
"orientation": { "angle_deg": -28.59, "definition": "angle from +x axis, counter-clockwise" }
},
{
"id": "gray_pillar",
"category": "rectangle_bar",
"color_rgb": [186, 200, 209],
"position": { "center_x": 217.5, "center_y": 460.5 },
"bbox": { "x_min": 213, "y_min": 410, "x_max": 222, "y_max": 511, "width": 10, "height": 102 },
"size": { "area_pixels": 1020, "length_pixels": 101.0, "thickness_pixels": 9.0 },
"orientation": { "angle_deg": 90.0, "definition": "angle from +x axis, counter-clockwise" }
}
]
}