Skip to content
#

facerecognition

Here are 216 public repositories matching this topic...

ZKLibrary is PHP library for reading and writing data to attendance device using UDP protocol. This library useful to comunicate between web server and attendance device directly without addition program. This library is implemented in the form of class. So that you can create an object and use it functions.

  • Updated Mar 4, 2024
  • PHP

本项目是利用mtcnn网络和facenet网络实现了一个简单的人脸识别功能。整体流程大致如下:首先利用mtcnn网络进行人脸检测和人脸关键点(5个)提取;接着利用人脸关键点进行人脸校正(仿射变换);然后将校正之后的人脸图片送入facenet网络进行人脸特征(128维)提取;最后将提取到的人脸特征与底库中的人脸特征进行相似度计算(特征比对),完成人脸识别功能。

  • Updated Feb 9, 2021
  • Python

Improve this page

Add a description, image, and links to the facerecognition topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the facerecognition topic, visit your repo's landing page and select "manage topics."

Learn more