Code Monkey home page Code Monkey logo

tf-insightface's Introduction

Introduction

  • InsightFace inference example (production ready architecture)

  • Face recognition demo with insightface (visualization missing, add later)

  • InsightFace training pipeline

What does this do if I know nothing about face recognitions?

This is a server, wrapping up with a frozen model, accepting a photo of face, then output a vector of 512 dimension to describe it.

It means:

  • You pbbly need another pipeline before this to detect a face bounding box first

  • Then you can run this project to describe this face

  • Later on, it's up to your purpose, if your purpose is face alignment/detection/distinguish, you need another classifier after this to do the job

An example of this is as following, borrowed from openface:

arch

Demo Facial Recognition App

Yes Yes Yes, I know your are lazy. So I made a demo app for you with following architecture:

sys - page 1

How to run it

  • Install Depenencies: pip install -r requirements.txt

  • Download pre-trained frozen model and put it under pretrained folder

  • Run example: python apps/example.py

  • You shall be able to see terminal output a 512 element array representing face feature embedded

  • Run demo: python apps/demo.py

  • You sahll be able to see it output the architecture described above logs

References

tf-insightface's People

Contributors

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