FaceVerificationSDK
FaceVerificationSDK copied to clipboard
Android On_device 1:1 Face Recognition And Alive Detect;1:N & M:N Face Search SDK 。 🧒 离线版设备端Android1:1人脸识别动作活体检测,静默活体检测 以及1:N M:N 人脸搜索 SDK 封装
和room冲突
java.lang.RuntimeException: Cannot find implementation for .db.AppDatabase. AppDatabase_Impl does not exist
**aar的包名有a.a, a.b之类的,容易和其他库有冲突** Duplicate class **a.a** found in modules jetified-FaceRecognition-1.5.0-runtime (io.github.anylifezlb:FaceRecognition:1.5.0) and jetified-xxx2.0.4-pm-runtime (xxx2.0.4-pm.aar) ...... ...... **恰好我的项目另一个aar也是混淆的,a.a,a.b等,都是冲突的** 使用 [Guardsquare/proguard](https://github.com/Guardsquare/proguard) 更改包名会出现以下问题 Process: com.iumlab.facetest, PID: 19705 java.lang.NoClassDefFoundError: Failed resolution of: Lorg/tensorflow/lite/Interpreter$Options; at io.aiface.j.(SourceFile:16)...
提issues 请标明手机型号,Android 系统版本号 1. 问题场景描述 在XX的时候 ..... 2. 手机品牌,型号 Google Nexus X7 ...... 3. Android 系统版本 Android 8.2 ....
## Description Hello, I am Waqar Mumtaz, and I have expertise in facial detection, recognition, and feature extraction on Android. I have come across your face verification SDK for Android...
问题场景描述 在1:1添加人脸底片的时候, 创建BaseImageDispose报错, demo可以运行, 我把demo的页面拿过来用, 在打开添加底片的页面就报错, 不知道是不是我漏了什么步骤 手机品牌,型号 平板 Android 系统版本 Android 9 错误信息 Process: com.android.ceshi, PID: 6444 java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.ceshi/com.android.ceshi.AddFaceImageActivity}: java.lang.NullPointerException: Attempt to invoke virtual method...
Hello, I have noticed some irregularities regarding the star count of this repository. Upon closer inspection, it's apparent that many of the stars appear to originate from fake or inactive...
求解决
FaceAI SDK:Provided camera selector unable to resolve a camera for the given use case 在1:N识别开启摄像头中闪退之后 再次启动app就会出现,重新开机恢复正常 我的是USB摄像头 android 11
有时候距离太近,照片头太大,能否加个参数控制人脸距离摄像头屏幕的距离,这样可以方便用户自定义取远景或者近景的图片。或者已经有类似的功能,只是我不知道。跪求老板解惑
暂不支持,目前公共版本SDK 是固定两种类型。其他自定义存储方式涉及到权限管理 以及数据隐私问题 //初始化人脸识别 人脸搜索存储目录,VIP 用户支持自定义存储目录 //内部私有空间,其他应用不可以访问,卸载应用人脸图一起卸载了 // https://developer.android.com/training/data-storage?hl=zh-cn // Warming: 目前仅能存储在context.getCacheDir() 或者context.getFilesDir() // 否则会提示无法找到人脸,VIP 可解除限制 CACHE_BASE_FACE_DIR = context.getCacheDir().getPath() + "/faceVerify XXX XXXXXXXX/"; //1:1 人脸识别目录 CACHE_SEARCH_FACE_DIR = context.getFilesDir().getPath() + "/faceSearch...