pyseeta: python api for SeetaFaceEngine
- Download pyseeta
git clone https://github.com/gaojunying/pyseeta.git- Download SeetaFaceEngine
git submodule add https://github.com/gaojunying/SeetaFaceEngine SeetaFaceEngine- Build
SeetaFaceEnginedynamic 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


