1500字范文,内容丰富有趣,写作好帮手!
1500字范文 > python基于tensorflow的人脸识别系统设计与实现.zip(论文+源码)

python基于tensorflow的人脸识别系统设计与实现.zip(论文+源码)

时间:2021-05-04 02:59:51

相关推荐

python基于tensorflow的人脸识别系统设计与实现.zip(论文+源码)

摘 要

人脸识别技术是模式是别和计算机视觉研究中的一个重要领域,在边防安全、视频监控、身份验证等方面有重要的应用价值。人脸检测是快速、准确识别人脸的前提,其目的是将人脸从图像背景中检测出来。传统的课堂签到费时、费力、效率低。提出基于人脸识别的课堂签到系统,让课堂签到更加高效化、规范化、便捷化。

本文以python为开发语言,基于tensorflow平台,使用django +celery 作为主体框架 ,前端使用 opencv.js +html 实时检测摄像头人脸 ,后端使用django 获得人脸检测任务 发送给celery 做特征提取和人脸分类,数据库采用SQLite 。人脸识别主要使用 dlib做人脸提取,使用 resnet 做人脸特征提取,然后使用计算欧氏距离分类出人脸,从而实现人脸识别。人脸识别系统可以进行注册、签到、用户管理等。系统界面简洁、识别迅速、使用方便。

论文首先介绍了人脸识别系统的现状及开发背景,然后论述了系统的设计目标,系统需求和总体设计方案,较详细的论述了系统的详细设计和实现,最后对人脸识别系统进行了一些具体测试。

关键词 :人脸识别;tensorflow;python ;SQLite

Abstract

Face recognition technology is an important field of pattern and computer vision research, and has important application value in border security, video surveillance, identity verification and other aspects. Face detection is the premise of fast and accurate face recognition, its purpose is to detect the face from the image background. Traditional classroom attendance is time - consuming, laborious and inefficient. A class check-in system based on face recognition is proposed to make class check-in more efficient, standardized and convenient.

This paper uses Python as the development language, based on TensorFlow platform, and uses Django + Celery as the main framework. OpenCV.js + HTML is used in the front end to detect the camera face in real time, Django is used in the back end to obtain the face detection task and send it to Celery for feature extraction and face classification, and SQLite is used in the database. Face recognition mainly uses dlib to do face extraction, the use of resnet to do face feature extraction, and then use the calculation of Euclidean distance classification of faces, so as to achieve face recognition. Face recognition system can be registered, sign-in, user management, etc. System interface is simple, rapid recognition, easy to use.

The paper first introduces the current situation and development background of face recognition system, and then discusses the design objectives, system requirements and overall design scheme of the system, a more detailed discussion of the detailed design and implementation of the system, finally on the face recognition system for some specific tests.

Key words: Face recognition; Tensorflow; Python; SQLite

目 录

1 概述 1

1.1课题背景及意义 1

1.2 国内外研究现状 1

1.3 本课题主要工作 2

2 系统开发环境 3

2.1 python简介 3

2.2 人脸识别简介 4

2.3 SQLite 5

2.4 Django介绍 6

2.5 TensorFlow 7

3 系统分析 8

3.1 可行性分析 8

3.1.1 技术可行性 8

3.1.2操作可行性 8

3.1.3 经济可行性 9

3.1.4 法律可行性 9

3.2需求分析 9

3.2.1 功能需求分析 9

3.2.2 性能需求分析 10

3.3开发环境分析 10

3.4界面需求 10

4 系统设计 12

4.1系统设计原则 12

4.2系统流程设计 12

4.2.1系统开发流程 12

4.2.2 添加信息流程 13

4.2.3 人脸识别流程 14

4.3 系统功能设计 15

4.4 数据库设计 15

4.4.1 数据库设计原则 15

4.4.2 数据库实体 16

4.4.3 数据库表设计 16

5系统实现 18

5.1 登录 18

5.2 注册 18

5.3 识别签到 20

6系统测试 25

6.1测试环境与条件 25

6.2功能测试 25

6.3可用性测试 26

6.4测试结果分析 26

结 论 27

致 谢 28

参考文献 29

项目截图:

项目资料下载地址:请点击》》》》!!!

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。