# face_recognition **Repository Path**: Wjj20020718/face_recognition ## Basic Information - **Project Name**: face_recognition - **Description**: 简单使用pytorch将arcface进行实现并更新预测代码! - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-12-01 - **Last Updated**: 2023-06-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: PyTorch, TensorFlow, OpenCV ## README # face_recognition #### 介绍 基于Pytorch和tensorflow的arcface人脸识别。 #### 软件架构 软件架构说明 #### 安装教程 1. 下拉命令 git clone 仓库地址 。后用自己的邮箱和用户名进行识别,前提仓库创建者将开发者的信息添加到仓库中!之后每一次拉代码不用git clone用git pull 2. 上推命令 git add . git commit -m "xxx" git push #### 使用说明 1. 从gitee下载整个代码文件后保存到一个路径,更改后确保在源路径上传代码。得到一个同步性 2. gitee规定单个仓库大小不超过500mb,单个文件不超过100mb 3. 每次上传前要先拉代码确保代码同步后再进行上传 #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request