# 人脸识别 **Repository Path**: LudwigvanBeethoven/face-recognition ## Basic Information - **Project Name**: 人脸识别 - **Description**: python写的简单的人脸识别 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-08-17 - **Last Updated**: 2024-03-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 人脸识别 #### 介绍 python写的简单的人脸识别 #### 内容 (人脸检测)采用ssd的训练模型并针对widerface数据训练得到训练后的模型 源码地址https://github.com/balancap/SSD-Tensorflow (人脸特征)采用facenet的预训练模型并针对亚洲人数据训练得到训练后的模型 facenet源码地址:https://github.com/davidsandberg/facenet