Git Product home page Git Product logo

pyseeta's Introduction

pyseeta: python api for SeetaFaceEngine

Build Status license

for detection

for alignment

for identification

installation

  1. Download pyseeta(https://github.com/TuXiaokang/pyseeta.git)

  2. git submodule update --init --recursive

  3. Build SeetaFaceEngine dynamic library.

    on unix

    cd SeetaFaceEngine/
    mkdir Release; cd Release
    cmake ..
    make  

    on windows

    cd SeetaFaceEngine/
    mkdir Release; cd Release
    cmake -G "Visual Studio 14 2015 Win64" ..
    cmake --build . --config Release
  4. the generated dynamic lib is in SeetaFaceEngine/Release

  5. run test

    on ubuntu

    sudo python setup.py install
    sudo apt-get install unrar
    cd SeetaFaceEngine/model/
    unrar e seeta_fr_v1.0.part1.rar
    cd ..
    cd ..
    python test.py

    on windows

    python setup.py install
    python test.py

tips

If you want to use function of faceidentification, you need decompress the seeta_fr_v1.0.part.1.rar which located in SeetaFaceEngine/model

pyseeta's People

Contributors

tuxiaokang avatar wangqiang1588 avatar

Watchers

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