@[TOC](Java SSM 毕设过程记录笔记(02))
未解决的问题记录:
1。2、bootstrap-datetimepicker和bootstrapvalidator一起使用验证不起作用的问题。
两个form表单的元素的id是不一样的,但是在这种情况下,需要保证,他们的 name 属性是一样的。
2
点击 更改学生信息的按钮,确不显示专业和班级的问题
3 SpringMVC实现全局异常处理器
4 .人脸检测正常时返回的数据
人脸检测正常时返回的数据
{
"result":{
"face_num":1,
"face_list":[
{
"liveness":{
"livemapscore":1
},
"angle":{
"roll":-0.79,
"pitch":3.22,
"yaw":5.74
},
"face_token":"09c93c91233a986ee5793e5aacb75ff7",
"location":{
"top":141.42,
"left":174.04,
"rotation":2,
"width":116,
"height":129
},
"face_probability":1,
"age":23,
"quality":{
"illumination":113,
"occlusion":{
"right_eye":0,
"nose":0,
"mouth":0,
"left_eye":0,
"left_cheek":0,
"chin_contour":0,
"right_cheek":0
},
"blur":0,
"completeness":1
}
}
]
},
"log_id":7994256510165,
"error_msg":"SUCCESS",
"cached":0,
"error_code":0,
"timestamp":1588948592
}
msg == 人脸照片模糊,无法识别!!!
{
"result":{
"face_num":1,
"face_list":[
{
"liveness":{
"livemapscore":0.53
},
"angle":{
"roll":-49.94,
"pitch":15.15,
"yaw":-8.1
},
"face_token":"5156f9acdca9cf28977038f8bccc50ca",
"location":{
"top":200.44,
"left":186.14,
"rotation":-28,
"width":57,
"height":59
},
"face_probability":0.95,
"age":29,
"quality":{
"illumination":73,
"occlusion":{
"right_eye":0.46,
"nose":1,
"mouth":0,
"left_eye":0.5,
"left_cheek":0.68,
"chin_contour":0.06,
"right_cheek":0.77
},
"blur":1,
"completeness":1
}
}
]
},
"log_id":2017594552018,
"error_msg":"SUCCESS",
"cached":0,
"error_code":0,
"timestamp":1588948804
}
人脸遮挡数据,
{
"result":null,
"log_id":7910105155599,
"error_msg":"pic not has face",
"cached":0,
"error_code":222202,
"timestamp":1588948978
}
msg == 人脸溢出图像边界,请正对屏幕!!!
{
"result":{
"face_num":1,
"face_list":[
{
"liveness":{
"livemapscore":0.47
},
"angle":{
"roll":-10.58,
"pitch":-0.68,
"yaw":-39.96
},
"face_token":"df24da685b6600c515a1d708cdbab9f8",
"location":{
"top":94.69,
"left":308.73,
"rotation":-2,
"width":88,
"height":109
},
"face_probability":1,
"age":21,
"quality":{
"illumination":96,
"occlusion":{
"right_eye":0,
"nose":0,
"mouth":0,
"left_eye":0,
"left_cheek":0.03,
"chin_contour":0,
"right_cheek":0.07
},
"blur":0.38,
"completeness":0
}
}
]
},
"log_id":7584201201250,
"error_msg":"SUCCESS",
"cached":0,
"error_code":0,
"timestamp":1588949382
}
msg == 请勿遮挡人脸!!!
{
"result":{
"face_num":1,
"face_list":[
{
"liveness":{
"livemapscore":0.83
},
"angle":{
"roll":-2.55,
"pitch":13,
"yaw":-0.98
},
"face_token":"32db814904fcb013c8eb9a7d9813e84a",
"location":{
"top":134.37,
"left":179.66,
"rotation":3,
"width":90,
"height":96
},
"face_probability":1,
"age":12,
"quality":{
"illumination":106,
"occlusion":{
"right_eye":1,
"nose":0.87,
"mouth":1,
"left_eye":0,
"left_cheek":0.02,
"chin_contour":0.65,
"right_cheek":0.97
},
"blur":0,
"completeness":1
}
}
]
},
"log_id":8475259425101,
"error_msg":"SUCCESS",
"cached":0,
"error_code":0,
"timestamp":1588949638
}