GithubHelp home page GithubHelp logo

face-recognition_facenet_pytorch's Introduction

Face-Recognition_FaceNet_PyTorch

This integrated pytorch based system is a tutorial system for those who are interseted in Computer Vision especially in face recognition. Face recognition method is using FaceNet.

Some parts of this system are copy from other Github. Sites are in the references below, appreciate their contribution.

FaceNet Models are from Openface

image


Environment

On my iMac, the version of necessary environments are:

Environment Version
Python >=3.4
PyTorch 0.3.0
Torchvision 0.2.0
Opencv 3.1.0
Dlib 19.9.0

Guide

Register.py is for people registion

Warning: Please remember to press 'ESC' to log out after a 10s record video has been recorded.

Recognizer.py is for people recogntion

Warning: If your device supports CPU only. Please remember to modify model loding in Line 53

Environment Method
CPU model.load_state_dict(torch.load('path',map_location=lambda storage, loc: storage))
GPU model.load_state_dict(torch.load('path'))

Warning: Remember do not delete the folder './User/people_ori/Unknown'


References

Name Github
Convert Torch model to PyTorch Model OpenFacePytorch
MTCNN PyTorch mtcnn-pytorch

Author Leo(北习)
E-mail [email protected]

face-recognition_facenet_pytorch's People

Contributors

beixi1949 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.