VisPhyBench-Data / sub /detection_json /task00000_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": "teal_ball",
"category": "circle",
"color_rgb": [113, 206, 188],
"position": {
"center_x": 101.84,
"center_y": 308.91
},
"bbox": {
"x_min": 78,
"y_min": 286,
"x_max": 125,
"y_max": 333,
"width": 48,
"height": 48
},
"size": {
"area_pixels": 1809,
"radius_pixels": 24.0
}
},
{
"id": "red_ball",
"category": "circle",
"color_rgb": [239, 90, 81],
"position": {
"center_x": 48.44,
"center_y": 123.73
},
"bbox": {
"x_min": 32,
"y_min": 106,
"x_max": 65,
"y_max": 141,
"width": 34,
"height": 36
},
"size": {
"area_pixels": 979,
"radius_pixels": 17.65
}
},
{
"id": "blue_ball",
"category": "circle",
"color_rgb": [32, 123, 239],
"position": {
"center_x": 204.29,
"center_y": 308.94
},
"bbox": {
"x_min": 180,
"y_min": 286,
"x_max": 227,
"y_max": 333,
"width": 48,
"height": 48
},
"size": {
"area_pixels": 1803,
"radius_pixels": 23.96
}
}
]
}