文档
测试

人体检测和人体属性分析

POST
localhost:9999/face/ks/getHumanbodypp

请求参数

参数名
类型
描述
必填
img
base64
图片
必填

响应参数

参数名
类型
描述
必填
success
boolean
示例:true
必填
message
string
示例:操作成功!
必填
code
int
示例:200
必填
result
object
数据字典
必填
time_used
int
示例:362
必填
image_id
string
示例:pHiiC3E5WZc9zl7dmag7bQ==
必填
request_id
string
示例:1617205627,32be45e7-016e-4302-aea6-36a0206affe9
必填
humanbodies
array
数据列表
必填
confidence
float
示例:99.79
必填
humanbody_rectangle
object
数据字典
必填
top
int
示例:62
必填
left
int
示例:45
必填
width
int
示例:458
必填
height
int
示例:577
必填
attributes
object
数据字典
必填
gender
object
数据字典
必填
male
float
示例:0.244
必填
female
float
示例:99.756
必填
timestamp
int
示例:1617205628124
必填