优化代码结构

优化代码
This commit is contained in:
2020-07-09 00:26:46 +08:00
parent 10d9ff36ae
commit 705c8bcb7a
9 changed files with 24 additions and 124 deletions

View File

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