VisPhyBench-Data / sub /detection_json /task00100_019_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": "red_ball",
"category": "circle",
"color_rgb": [240, 78, 69],
"position": {
"center_x": 48.6,
"center_y": 123.83
},
"bbox": {
"x_min": 32,
"y_min": 106,
"x_max": 65,
"y_max": 141,
"width": 34,
"height": 36
},
"size": {
"area_pixels": 996,
"radius_pixels": 17.81
}
},
{
"id": "teal_ball",
"category": "circle",
"color_rgb": [106, 205, 186],
"position": {
"center_x": 153.01,
"center_y": 171.9
},
"bbox": {
"x_min": 120,
"y_min": 140,
"x_max": 185,
"y_max": 205,
"width": 66,
"height": 66
},
"size": {
"area_pixels": 3442,
"radius_pixels": 33.1
}
},
{
"id": "platform_left",
"category": "rectangle_bar",
"color_rgb": [0, 0, 0],
"position": {
"center_x": 76.5,
"center_y": 301.5
},
"bbox": {
"x_min": 0,
"y_min": 297,
"x_max": 153,
"y_max": 306,
"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": 396.5,
"center_y": 301.5
},
"bbox": {
"x_min": 282,
"y_min": 297,
"x_max": 511,
"y_max": 306,
"width": 230,
"height": 10
},
"size": {
"area_pixels": 2300,
"length_pixels": 230.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": [24, 118, 242],
"position": {
"center_x": 153.1,
"center_y": 469.26
},
"bbox": {
"x_min": 110,
"y_min": 410,
"x_max": 195,
"y_max": 511,
"width": 86,
"height": 102
},
"size": {
"area_pixels": 2645,
"stroke_thickness_pixels": 20.0
}
}
]
}