VisPhyBench-Data / test /detection_json /task10041_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": [187, 202, 210],
"position": { "center_x": 158.32, "center_y": 140.49 },
"bbox": { "x_min": 132, "y_min": 116, "x_max": 184, "y_max": 166, "width": 53, "height": 51 },
"size": { "area_pixels": 2150, "radius_pixels": 26.16 }
},
{
"id": "red_ball",
"category": "circle",
"color_rgb": [239, 79, 69],
"position": { "center_x": 279.50, "center_y": 146.52 },
"bbox": { "x_min": 241, "y_min": 108, "x_max": 318, "y_max": 185, "width": 78, "height": 78 },
"size": { "area_pixels": 4788, "radius_pixels": 39.04 }
},
{
"id": "gray_bar_long",
"category": "line_segment",
"color_rgb": [187, 200, 207],
"position": { "center_x": 191.59, "center_y": 131.94 },
"bbox": { "x_min": 106, "y_min": 39, "x_max": 277, "y_max": 225, "width": 172, "height": 187 },
"size": { "area_pixels": 2475, "length_pixels": 243.63, "thickness_pixels": 10.23 },
"orientation": { "angle_deg": 47.57, "definition": "angle from +x axis, counter-clockwise" }
},
{
"id": "black_bar",
"category": "line_segment",
"color_rgb": [0, 0, 0],
"position": { "center_x": 81.90, "center_y": 294.54 },
"bbox": { "x_min": 0, "y_min": 274, "x_max": 164, "y_max": 315, "width": 165, "height": 42 },
"size": { "area_pixels": 1697, "length_pixels": 165.56, "thickness_pixels": 10.22 },
"orientation": { "angle_deg": 11.07, "definition": "angle from +x axis, counter-clockwise" }
},
{
"id": "gray_bar_cross_pos",
"category": "line_segment",
"color_rgb": [189, 200, 207],
"position": { "center_x": 175.65, "center_y": 321.03 },
"bbox": { "x_min": 119, "y_min": 310, "x_max": 231, "y_max": 332, "width": 113, "height": 23 },
"size": { "area_pixels": 735, "length_pixels": 112.83, "thickness_pixels": 12.13 },
"orientation": { "angle_deg": 8.67, "definition": "angle from +x axis, counter-clockwise" }
},
{
"id": "gray_bar_cross_neg",
"category": "line_segment",
"color_rgb": [188, 199, 205],
"position": { "center_x": 174.52, "center_y": 320.76 },
"bbox": { "x_min": 120, "y_min": 302, "x_max": 230, "y_max": 339, "width": 111, "height": 38 },
"size": { "area_pixels": 688, "length_pixels": 112.88, "thickness_pixels": 9.15 },
"orientation": { "angle_deg": -16.29, "definition": "angle from +x axis, counter-clockwise" }
}
]
}