d55ca2f6d51a9c8b92afb661185db879088c8e2d
FaceNet-light
FaceNet-light with c++
使用C++实现FaceNet,脱离TensorFlow,只是用OpenCV
模型参数是提取FaceNet的官方模型,2017版本和2018版本
切换模型文件 在pBox.h开头,注释或者打开宏
#define Num 512
//#define Num 128
License
The core and enum files are licensed under the GPL-2.0 License.
Description
Languages
C++
99.7%
CMake
0.3%