1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
{ "frame_id": "000001", "timestamp": 0.033, "camera": { "position": [0.0, 0.6, 0.2], "orientation": [0.0, 0.0, 0.0, 1.0], "focal_length": 24.0, "resolution": [1920, 1080] }, "annotations": { "face": { "bbox_2d": [480, 240, 720, 480], "bbox_3d": [0.5, 0.3, 0.4, 0.2, 0.25, 0.15], "landmarks_2d": [ [512, 320], [688, 320], [600, 380], [560, 440], [640, 440] ], "eye_openness": { "left": 0.85, "right": 0.82 }, "gaze_direction": [0.1, -0.05, 0.99], "head_pose": [0.5, 0.3, 0.45, 5, -3, 10] }, "hands": [ { "bbox_2d": [320, 400, 480, 640], "keypoints_2d": [...], "hand_type": "left" } ], "phone": { "present": true, "bbox_2d": [380, 420, 420, 480] } }, "semantic_segmentation": "segmentation_000001.png", "depth": "depth_000001.png" }
|