Code Monkey home page Code Monkey logo

-'s Introduction

# - 基于卷积神经网络的人脸识别项目

步骤1:使用take_photos.py采集人脸照片作为数据,每个人采集600张图片,保存到faceImages文件夹中

步骤2:使用get_face.py模块调用MTCNN模型进行人脸检测,将照片中的人脸保存为灰度图,放在faceImagesGray文件夹中

步骤3:使用get_data.py模块读取灰度图,并将其像素矩阵保存为数据

步骤4:使用build_model.py模块搭建CNN模型进行人脸识别,并将训练好的模型保存

步骤5:使用use_model.py模块调用摄像头拍照,并使用训练好的MTCNN和CNN模型进行人脸检测和识别

-'s People

Contributors

mingqaq avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.