Files
MTCNN-FaceNet-light/README.md
ChrisKong 8aaca6e8fa Update README.md
Co-Authored-By: Chris Kong <609027949@qq.com>
2020-10-14 12:31:59 +08:00

29 lines
706 B
Markdown
Raw Permalink 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.

# MTCNN-FaceNet-light
MTCNN-FaceNet-light with c++
只用opencv实现MTCNN和FaceNet
本项目主要是用来学习算法底层的原理没有用cuda以及其他方式加速所有速度很慢对实时性要求很高的朋友就不需要在我这里浪费时间了如果你是想研究mtcnn和facenet的底层实现那可以看看我的项目
运行环境:
Windows下 Clion VS OpenCV
Opencv配置环境变量
```
OpenCV_DIR D:/opencv/build/
```
VS无需特殊配置
Clion将解释器设置成VS的
项目导入Clionreload CMakeLists.txtrun
2019-12-06 修改多处bug卷积初始化后直接进行卷积
2019-12-24 添加BN层
需要模型文件的可以给我发邮件