人脸识别SDK运行不起来
Exception in thread "main" java.lang.UnsatisfiedLinkError: F:\Baidu_Face_Offline_SDK_Windows_Java_6.1.3\x64\FaceOfflineSdk\BaiduFaceApi.dll: 操作系统无法运行 %1。 at java...
ios离线人脸识别崩溃
CrashDoctor Diagnosis: Attempted to dereference garbage pointer 0xab43b18b0. Originated at or in a subcall of std::__1::shared_ptr caffe::Creator_SilenceLayer(caffe::LayerParam...
人脸识别 score的直接获取
通过 var result = client.Search(image, imageType, groupIdList);text.text = result.ToString();已经获取到了数据但是不知道如何提取出score,是通过解析json吗...
iOS版人脸采集不到bastImage图像
在做活体检测,采集图片时,添加了[@(FaceLivenessActionTypeLiveEye),@(FaceLivenessActionTypeLiveMouth),@(FaceLivenessActionTypeLivePitchUp)]动作时,有时采集...
人脸识别图片总是返回image format e
使用该图片
print content['access_token']request_url = 'https://aip.baidubce.com/rest/2.0/face/v1/detect'f = open('face.jpg', 'rb')img = base64.b64encode(f.read())print...
人脸对比出现not JSON错误怎么办
总是出现“TypeError: Object of type 'bytes' is not JSON serializable”,不知道应该怎么解决。 代码和错误如下
人脸比对报图片信息不完整
{"error_code":216614,"error_msg":"not enough images","log_id":760755513} 这个是我调接口的方式 https://aip.baidubce.com/rest/2.0/faceverify/v1/match?access_token=24.a0fe8...
开启人脸识别时白屏问题
将FaceLogin-Sample-Android的demo中的
DetectLoginActivity和
FaceDetectActivity集成到项目中时出现问题
使用
Intent intent = new Intent(MainActivity.this, FaceDe...
调用人脸识别sdk报错
调用FaceSDKManager.getInstance().onDetectCheck时报failed to transform image!
face_status -16
最近小米手机活体人脸采集SDK经常失败
你好,最近(2021年12月14日-2021年12月16日)经常碰到百度活体初始化失败的,查看百度统计日志只有以下相关的:
java.lang.NullPointerException: At...
人脸属性分析(年龄和性别)
我想了解一下百度智能云那个api他用的是什么算法估计的年龄和性别啊,或者说建立在哪种算法的基础上,找了好多资料都没有……救救...
在Android的人脸闸机demo中注册功能失败
W/System.err: com.baidu.aip.face.turnstile.exception.FaceError: param[user_id] is null
W/System.err: at com.baidu.aip.face.turnstile.utils.RegResultParser.parse(RegResultParser...