Files
FaceNet-light/README.md
2020-07-09 00:57:18 +08:00

400 B
Raw Permalink Blame History

FaceNet-light

FaceNet-light with c++

使用C++实现FaceNet脱离TensorFlow只是用OpenCV
模型参数是提取FaceNet的官方模型2017版本和2018版本
切换模型文件 在pBox.h开头注释或者打开宏
#define Num 512
//#define Num 128

License

GPL-2.0 License.