人脸检测
一级参数
类型
默认值
选择
描述
举例
http://192.168.1.180:5555/SophonFace/api/detect
{
"image_base64_str": "data:image/jpeg;base64,/9j/........",
"with_feature": true,
"with_attribute": true
}字段
类型
描述
一级参数
二级参数
类型
描述
Last updated
http://192.168.1.180:5555/SophonFace/api/detect
{
"image_base64_str": "data:image/jpeg;base64,/9j/........",
"with_feature": true,
"with_attribute": true
}Last updated
{
"data": [
{
"attribute": {
"age": 27,
"gender": "male"
},
"bbox": [
168,
160,
457,
554
],
"feature": [
0.529029130935669,
0.14555488526821136,
-0.14316116273403168,
...
]
}
]