Files
FaceNet-light/README.md
2020-07-09 00:56:32 +08:00

16 lines
402 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# FaceNet-light
### FaceNet-light with c++
##### 使用C++实现FaceNet脱离TensorFlow只是用OpenCV
##### 模型参数是提取FaceNet的官方模型2017版本和2018版本
##### 切换模型文件 在pBox.h开头注释或者打开宏
```c++
#define Num 512
//#define Num 128
```
### License
##### [GPL-2.0 License](https://github.com/ChrisKong93/FaceNet-light/blob/master/LICENSE).