Coder Social home page Coder Social logo

face-recognition's Introduction


Face Recognition on Jetson Nano

Table of contents

About The Project

I deployment face recognition on jetson nano and build a database to load and record the attendance of people.

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

Installation

  1. Clone the repo
    git clone https://github.com/phamvanhanh6720/Face-Recognition.git
  2. Install requirements
    pip3 install -r requirments.txt

Details

Model

  • I use the pre-trained model to extract embedding of a face image and use cosine similarity between extracted embedding and other stored embeddings in the system. After that, I choose a threshold to identify the person.

Results

  • My model has the ability to distinguish real or fake faces based on 2D images. However, my model is sensitive when the user uses a color image to fool the system.
  • I have not evaluated my model on a large test set, but which achieves good accuracy on the small test set.

Performance

  • A full pipeline of process a frame contains face takes approximately 0.2s. So my system achieves 5 FPS

Challenges

  • There are several challenges when you deploy on jetson nano:
    • Memory. If you run model with cuda, it takes so much memory
    • Installing few libraries is slow and hard

License

Distributed under the MIT License. See LICENSE for more information.

face-recognition's People

Contributors

phamvanhanh6720 avatar nttuan8 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.