当前位置:网站首页>Application analysis of face recognition
Application analysis of face recognition
2022-07-07 02:25:00 【51CTO】
Face recognition application analysis , It is mainly based on the face comparison of Alibaba cloud visual intelligence open platform 1:1 And face search 1:n Two application interfaces , To explain in many ways .
One 、 Product introduction
Face to face comparison 1:1: Enter two pictures , compare , Output the similarity of two face images .
edit
Face search 1:n: Input a single face image , Compare and search with the face images in the face database built on the platform , Output face pictures with high similarity .
edit
Two 、 The interface is introduced :
Face to face comparison 1:1 1、 Input supports Alibaba cloud ossURL and base64 Two incoming methods , And you can customize the input image quality score , Used to intercept pictures with poor input quality , So as to control the quality of the picture from the source , And then make the result of face comparison more accurate .
2、 Output the face coordinate frame points in the picture 、 The quality of face pictures 、 The similarity of two faces . How to define two face pictures as the same person ?
That is to judge the face similarity in the output results , for example :Confidence>=80. This value can be set according to the application scenario , High safety level requirements , You can set a higher threshold .
edit
Face search 1:n 1、 Face search 1:n It is based on the face database established by itself , So the first thing to do is to build a face database , It's free to build the database .
2、 Add face samples , Personally, I think face samples are similar to a folder , Create a folder in the face database , Then save face pictures in the folder , Used to distinguish , This must be built , Face data can only be added after creating face samples .
3、 Add face data , Upload face pictures , After uploading , The returned result is a string of facial feature values , In the later stage, facial feature values are stored in the face database , Not face pictures .
4、 Face search 1:n, Based on the above steps , You can conduct face search , Support millions of face database search . It's still very fragrant .
edit
3、 ... and 、 Application scenarios
Face to face comparison 1:1
1、APP Sign in : Use face comparison 1:1, Can be done APP Login with your personal account , Upload a face image when logging in , And local APP Registered face pictures stored in the database , compare , Complete login authentication .
2、 Witness verification : Use face comparison 1:1, Complete the comparison between the on-site face image and the face image stored in the ID card chip , At present, hotel check-in is widely used .
Face search 1:n
1、 Time Attendance : Staff clock in , Mobile 、PC Both ends can be used .
2、 Face brake : Through face search 1:n, Conduct face recognition and switch on , Community 、 Scenes such as the entrance of the office building .
Welcome to , Later, there will be more applications about Alibaba cloud vision , Welcome to exchange !
边栏推荐
- leetcode:5. 最长回文子串【dp + 抓着超时的尾巴】
- 本周 火火火火 的开源项目!
- 压缩 js 代码就用 terser
- Zabbix 5.0:通过LLD方式自动化监控阿里云RDS
- Lumion 11.0 software installation package download and installation tutorial
- 一片叶子两三万?植物消费爆火背后的“阳谋”
- Processing image files uploaded by streamlit Library
- [unity] upgraded version · Excel data analysis, automatically create corresponding C classes, automatically create scriptableobject generation classes, and automatically serialize asset files
- 【服务器数据恢复】raid损坏导致戴尔某型号服务器崩溃的数据恢复案例
- 企业中台建设新路径——低代码平台
猜你喜欢
Jacob Steinhardt, assistant professor of UC Berkeley, predicts AI benchmark performance: AI has made faster progress in fields such as mathematics than expected, but the progress of robustness benchma
Collection recommandée!! Quel plug - in de gestion d'état flutter est le plus fort? Regardez le classement des manons de l'île, s'il vous plaît!
C#/VB.NET 删除Word文档中的水印
企业中台建设新路径——低代码平台
云原生混部最后一道防线:节点水位线设计
本周 火火火火 的开源项目!
Overall query process of PostgreSQL
leetcode:5. 最长回文子串【dp + 抓着超时的尾巴】
老板被隔离了
Decryption function calculates "task state and lifecycle management" of asynchronous task capability
随机推荐
一片叶子两三万?植物消费爆火背后的“阳谋”
Date processing tool class dateutils (tool class 1)
猿桌派第三季开播在即,打开出海浪潮下的开发者新视野
Recent applet development records
Flir Blackfly S工业相机:颜色校正讲解及配置与代码设置方法
Gee upgrade can realize one piece of run tasks
组合导航:中海达iNAV2产品描述及接口描述
Zhang Ping'an: accelerate cloud digital innovation and jointly build an industrial smart ecosystem
GEE升级,可以实现一件run tasks
Zabbix 5.0:通过LLD方式自动化监控阿里云RDS
How can reinforcement learning be used in medical imaging? A review of Emory University's latest "reinforcement learning medical image analysis", which expounds the latest RL medical image analysis co
Web3对法律的需求
Redis configuration class redisconfig
【论文阅读|深读】RolNE: Improving the Quality of Network Embedding with Structural Role Proximity
Tips for web development: skillfully use ThreadLocal to avoid layer by layer value transmission
C#/VB.NET 删除Word文档中的水印
TiFlash 源码阅读(四)TiFlash DDL 模块设计及实现分析
postgresql之整体查询大致过程
postgresql 之 数据目录内部结构 简介
真实项目,用微信小程序开门编码实现(完结)