pyseeta: python api for SeetaFaceEngine
-
Download pyseeta(https://github.com/TuXiaokang/pyseeta.git)
-
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
-
the generated dynamic lib is in
SeetaFaceEngine/Release
-
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
- v0.3.0
- support pillow image
If you want to use function of faceidentification, you need decompress the seeta_fr_v1.0.part.1.rar
which located in SeetaFaceEngine/model