pyseeta: python api for SeetaFaceEngine
- Download pyseeta
git clone https://github.com/TuXiaokang/pyseeta.git
- Download SeetaFaceEngine
git submodule update --init --recursive
- 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
- installation
python setup.py install
- run examples
python examples/{test_opencv.py or test_pillow.py}
pip uninstall pyseeta
v0.4.0
- pretrained model is separate from submodule (
SeetaFaceEngine
) now, which makes clone opreration easier. - pretrained model could be automatic downloaded.
v0.3.0
- support pillow image