图像质量检测
参数
类型
默认值
选项
描述
举例
Request Url:
http://192.168.1.180:5555/SophonFace/api/FIQA
{
"image_base64_str":"data:image/jpeg;base64,/9j/...
}参数
类型
描述
一级参数
二级参数
类型
描述
Last updated
Request Url:
http://192.168.1.180:5555/SophonFace/api/FIQA
{
"image_base64_str":"data:image/jpeg;base64,/9j/...
}Last updated
{
"data": [
{
"bbox": [
95,
61,
529,
652
],
"fails": [],
"fiqa_result": true,
"info": {
"clarity": 1.7304892992152823,
"face_angle": [
7.167378813028336,
-1.192113496363163,
0.7817673683166504
],
"face_color": 0.5837053571428571,
"face_location": false,
"face_size": 289,
"image_quality": 1
},
"score": 1,
"success": [
"face_size",
"image_quality",
"face_location",
"face_angle",
"clarity",
"face_color"
]
}
]
}