VisPhyBench-Data / test /detection_json /task00100_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": "teal_ball",
"category": "circle",
"color_rgb": [107, 204, 185],
"position": {
"center_x": 153.13,
"center_y": 178.79
},
"bbox": {
"x_min": 128,
"y_min": 154,
"x_max": 178,
"y_max": 204,
"width": 51,
"height": 51
},
"size": {
"area_pixels": 2013,
"radius_pixels": 25.31
}
},
{
"id": "red_ball",
"category": "circle",
"color_rgb": [240, 78, 68],
"position": {
"center_x": 279.49,
"center_y": 146.51
},
"bbox": {
"x_min": 242,
"y_min": 108,
"x_max": 317,
"y_max": 185,
"width": 76,
"height": 78
},
"size": {
"area_pixels": 4673,
"radius_pixels": 38.57
}
},
{
"id": "platform_left",
"category": "rectangle_bar",
"color_rgb": [0, 0, 0],
"position": {
"center_x": 76.5,
"center_y": 250.5
},
"bbox": {
"x_min": 0,
"y_min": 246,
"x_max": 153,
"y_max": 255,
"width": 154,
"height": 10
},
"size": {
"area_pixels": 1540,
"length_pixels": 154.0,
"thickness_pixels": 10.0
},
"orientation": {
"angle_deg": 0.0,
"definition": "angle from +x axis, counter-clockwise"
}
},
{
"id": "platform_right",
"category": "rectangle_bar",
"color_rgb": [0, 0, 0],
"position": {
"center_x": 370.5,
"center_y": 250.5
},
"bbox": {
"x_min": 230,
"y_min": 246,
"x_max": 511,
"y_max": 255,
"width": 282,
"height": 10
},
"size": {
"area_pixels": 2820,
"length_pixels": 282.0,
"thickness_pixels": 10.0
},
"orientation": {
"angle_deg": 0.0,
"definition": "angle from +x axis, counter-clockwise"
}
},
{
"id": "blue_cup",
"category": "u_shape",
"color_rgb": [23, 118, 241],
"position": {
"center_x": 153.07,
"center_y": 461.12
},
"bbox": {
"x_min": 100,
"y_min": 384,
"x_max": 205,
"y_max": 511,
"width": 106,
"height": 128
},
"size": {
"area_pixels": 2941,
"stroke_thickness_pixels": 16.0
}
}
]
}