Skip to content

TuXiaokang/pyseeta

Repository files navigation

pyseeta: python api for SeetaFaceEngine

Build Status license

for detection

for alignment

for identification

Installation

  1. Download pyseeta
git clone https://github.com/TuXiaokang/pyseeta.git
  1. Download SeetaFaceEngine
git submodule update --init --recursive
  1. 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
  1. installation
python setup.py install
  1. run examples
python examples/{test_opencv.py or test_pillow.py}

Uninstallation

pip uninstall pyseeta

Update Log

v0.4.0

  1. pretrained model is separate from submodule (SeetaFaceEngine) now, which makes clone opreration easier.
  2. pretrained model could be automatic downloaded.

v0.3.0

  1. support pillow image