FaceAI SDK

Results 70 comments of FaceAI SDK

因为Glide 加载图片使用了缓存,去除缓存设置就可以了。更新20251103的代码添加了注释,改一下就好了。 protected void convert(BaseViewHolder helper, ImageBean imageBean) { Glide.with(getBaseContext()).load(imageBean.path) .skipMemoryCache(true) //使用内存缓存,以便低配置设备快速加载,同名faceID图片更换后要重新启动App 才生效 .diskCacheStrategy(DiskCacheStrategy.NONE) .override(200) .placeholder(R.mipmap.ic_launcher) .into((ImageView) helper.getView(R.id.face_image));

just replace a new implementation 'com.github.shangmengmeng:IndicatorSeekBar:v2.1.1.2' My. FaceAI SDK build down, success run

iOS engineer is preparing to climb the snowy mountain and will come back three months later

This is a Silent Face Anti Spoofing Project, active liveness ? you can use this https://github.com/AnyLifeZLB/FaceVerificationSDK

去除微笑这一种的话估计下周末就行,自定义哪些动作要排期评估

**_ios.已经支持,Android 今晚发布_** .onAppear { //初始化人脸引擎,设置人脸识别的底片和比对相似度阈值(0.8到0.95) //设置的相似度阈值越高,对人脸角度,环境光线和摄像头宽动态要求越高 // motionLiveness 指定活体动作的种类(至少3种) 1.张张嘴 2.微笑 3.眨眨眼 4.摇摇头 5.点头 viewModel.initFaceAISDK(faceIDParam: faceID,onlyLiveness: false,motionLiveness:[1,3,4,5]) }

直接copy demo 的吗?如果有改动发我代码 @1996cy