matlab人脸匹配代码-ulucu_android_detec:ulucu_android_detec

时间:2024-06-12 12:09:01
【文件属性】:

文件名称:matlab人脸匹配代码-ulucu_android_detec:ulucu_android_detec

文件大小:27.84MB

文件格式:ZIP

更新时间:2024-06-12 12:09:01

系统开源

matlab 人脸匹配代码 主要环境: git cmake vs2015 android studio 前言 根据开源项目mtcnnncnn优化 PC端调试: 使用windows的pc端调试,繁琐的是依赖库的生成和引用。依赖库中Protobuf是caffe的模型序列化存储的规则库,将caffe框架转ncnn框架模型用到,另外opencv库主要用于范例的图像读取操作,可自己配置,或直接使用个人在3rdparty文件夹下编译好的库; 下载源码并更新子模块,protobuf源码库比较大,更新会比较慢 git clone https://github.com/andrewhuman/ulucu_android_detec.git git submodule update --init 编译protobuf 调用tools下的protobuf脚本编译: cd ../3rdparty/src/protobuf/cmake mkdir build cd build cmake .. -Dprotobuf_BUILD_TESTS=OFF -Dprotobuf_MSVC_STATIC_RUNTIME=O


网友评论