VisPhyBench-Data / test /detection_json /task00000_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": "red_ball",
"category": "circle",
"color_rgb": [240, 78, 67],
"position": {
"center_x": 280.04,
"center_y": 147.27
},
"bbox": {
"x_min": 240,
"y_min": 102,
"x_max": 320,
"y_max": 191,
"width": 81,
"height": 90
},
"size": {
"area_pixels": 6275,
"radius_pixels": 44.69
}
},
{
"id": "blue_ball",
"category": "circle",
"color_rgb": [22, 118, 241],
"position": {
"center_x": 383.73,
"center_y": 380.64
},
"bbox": {
"x_min": 351,
"y_min": 342,
"x_max": 416,
"y_max": 415,
"width": 66,
"height": 74
},
"size": {
"area_pixels": 4177,
"radius_pixels": 36.46
}
},
{
"id": "teal_ball",
"category": "circle",
"color_rgb": [107, 206, 187],
"position": {
"center_x": 179.92,
"center_y": 395.58
},
"bbox": {
"x_min": 160,
"y_min": 374,
"x_max": 201,
"y_max": 415,
"width": 42,
"height": 42
},
"size": {
"area_pixels": 1428,
"radius_pixels": 21.32
}
}
]
}