人员追踪 获取工作结果
开发环境
http://dev-cn.your-api-server.com
开发环境
http://dev-cn.your-api-server.com
GET
/v2/video/person_tracking_async/{public_id}
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://dev-cn.your-api-server.com/v2/video/person_tracking_async/?response_as_dict=true&show_original_response=false' \
--header 'Authorization;'
响应示例响应示例
200 - 成功示例
{ "public_id": "84eed409-1942-4c8d-969b-45d18e1f1bb7", "status": "finished", "error": null, "results": { "amazon": { "error": null, "id": "2b0900e2-c07d-4d7f-b0d5-77de44036624", "final_status": "finished", "persons": [ { "tracked": [ { "offset": 0.1, "attributes": { "upper_cloths": [], "lower_cloths": [] }, "landmarks": { "eye_left": [], "eye_right": [], "nose": [], "ear_left": [], "ear_right": [], "shoulder_left": [], "shoulder_right": [], "elbow_left": [], "elbow_right": [], "wrist_left": [], "wrist_right": [], "hip_left": [], "hip_right": [], "knee_left": [], "knee_right": [], "ankle_left": [], "ankle_right": [], "mouth_left": [], "mouth_right": [] }, "poses": { "pitch": null, "roll": null, "yaw": null }, "quality": { "brightness": null, "sharpness": null }, "bounding_box": { "top": 0.16111111640930176, "left": 0.22499999403953552, "height": 0.8083333373069763, "width": 0.3203125 } }, { "offset": 0.166, "attributes": { "upper_cloths": [], "lower_cloths": [] }, "landmarks": { "eye_left": [ 0.35035592317581177, 0.32016271352767944 ], "eye_right": [ 0.3784897029399872, 0.31402158737182617 ], "nose": [ 0.370844304561615, 0.35785502195358276 ], "ear_left": [], "ear_right": [], "shoulder_left": [], "shoulder_right": [], "elbow_left": [], "elbow_right": [], "wrist_left": [], "wrist_right": [], "hip_left": [], "hip_right": [], "knee_left": [], "knee_right": [], "ankle_left": [], "ankle_right": [], "mouth_left": [ 0.34715133905410767, 0.3706863820552826 ], "mouth_right": [ 0.37083297967910767, 0.36509788036346436 ] }, "poses": { "pitch": -38.4571533203125, "roll": -8.33173656463623, "yaw": 27.994083404541016 }, "quality": { "brightness": 74.80060577392578, "sharpness": 7.589449882507324 }, "bounding_box": { "top": 0.15833333134651184, "left": 0.21406249701976776, "height": 0.8416666388511658, "width": 0.32343751192092896 } }, { "offset": 0.233, "attributes": { "upper_cloths": [], "lower_cloths": [] }, "landmarks": { "eye_left": [], "eye_right": [], "nose": [], "ear_left": [], "ear_right": [], "shoulder_left": [], "shoulder_right": [], "elbow_left": [], "elbow_right": [], "wrist_left": [], "wrist_right": [], "hip_left": [], "hip_right": [], "knee_left": [], "knee_right": [], "ankle_left": [], "ankle_right": [], "mouth_left": [], "mouth_right": [] }, "poses": { "pitch": null, "roll": null, "yaw": null }, "quality": { "brightness": null, "sharpness": null }, "bounding_box": { "top": 0.15555556118488312, "left": 0.21250000596046448, "height": 0.8444444537162781, "width": 0.3421874940395355 } }, {
请求参数
Path 参数
public_id
string
必需
Query 参数
response_as_dict
string
可选
示例值:
true
show_original_response
string
可选
示例值:
false
Header 参数
Authorization
string
必需
默认值:
Bearer <your_key>
返回响应
修改于 2024-04-11 05:57:53