pyseeta: python api for SeetaFaceEngine
- Download pyseeta
git clone https://github.com/TuXiaokang/pyseeta.git- Download SeetaFaceEngine
git submodule update --init --recursive- 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 pyseetav0.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



