Rainy000 / FaceSDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FaceSDK

This repository contain a simple demo for face recognition.

Table of contents

  • face detector based on centerNet
  • face feature extractor based mobileFaceNet
  • source code for sdk
  • cmake build script for generating .so file
  • c++ demo for calling the .so file
  • python demo for calling the .so file

Dependent libraries

  • opencv
  • protobuf
  • ncnn

License

The code of FaceSDK is released under the MIT License. There is no limitation for both academic and commercial usage.

About

License:MIT License


Languages

Language:C++ 70.5%Language:Python 21.4%Language:CMake 4.6%Language:C 2.7%Language:Shell 0.8%