Code Monkey home page Code Monkey logo

python-api-for-seetaface-on-linux's Introduction

Python API for SeetaFace on Linux

Description

This is a python API for SeetaFace on Linux. Based on Seetaface source files, I did some changes in CMakeLists files and wrote so_api.cpp in src folders as cpp interfaces respectively.

Interfaces

face_detect:Detects faces in an image.

face_align:Detects faces in an image, returns 5 landmarks, i.e., 2 left eye centers, nose tip and two mouth corners, in every face.

face_verify:Detects only one face and its landmarks in every image, calculates the similarity of these two faces.

see seetaface_api.py for more details.

Required Libs

  • openCV
  • cmake

How to Build Share Libs

Just follow the steps in README.md in every folders.

Tips

If you have any trouble with -lopencv_dep_cudart, try cmake .. -DCUDA_USE_STATIC_CUDA_RUNTIME=OFF from the very beginning.

Sample

Aaron_Peirsol_0001

About Seetaface

SeetaFace Engine is an open source C++ face recognition engine, which can run on CPU with no third-party dependence. It contains three key parts, i.e., SeetaFace Detection, SeetaFace Alignment and SeetaFace Identification, which are necessary and sufficient for building a real-world face recognition applicaiton system.

see this link for more details.

python-api-for-seetaface-on-linux's People

Contributors

sijia-chen 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.