Skip to content

rainth888/pyseeta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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/gaojunying/pyseeta.git
  1. Download SeetaFaceEngine
git submodule add https://github.com/gaojunying/SeetaFaceEngine SeetaFaceEngine
  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

Thanks

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •