1 #include <uf.h> 2 #include <uf_modl.h> 3 #include <uf_obj.h> 4 5 6 UF_initialize(); 7 8 9 //获取面的所有边 10 uf_list_p_t edge_list; 11 UF_MODL_ask_face_ed ...
分类:
其他好文 时间:
2019-06-22 19:31:52
阅读次数:
85
location /faceapi/ { #default_type application/json; # return 200 '{"status":"success","result":"nginx json"}'; proxy_pass http://face.v.cn:808... ...
分类:
其他好文 时间:
2019-06-14 10:46:34
阅读次数:
99
主要是安装dlib失败。可以先安装cmake(直接pip install cmake),然后就可以直接pip install face_recognition就不会报错 https://my.oschina.net/u/2428854/blog/1797473 ...
分类:
其他好文 时间:
2019-06-10 13:25:48
阅读次数:
150
1、如linux下已有python2.7,但需要更新一下python 2.7至python2.x 2、部署步骤 Installation of Cmake:(it tooks a while to install ~1.5 min) pip installation 通过手动编译dlib的方式进行安 ...
分类:
系统相关 时间:
2019-06-09 10:01:57
阅读次数:
178
安装依赖库: 1、安装cmake (是一个跨平台的安装工具) 2、安装boost、boost-python(C++的程序库) 3、编译dlib 4. 安装人脸识别的python库 5、安装opencv-python 此时报错: 解决方案:强行升级 ...
分类:
系统相关 时间:
2019-06-09 09:34:48
阅读次数:
141
1、就业服务中心处理三方协议 2、int量化似乎是错误的,搜参之前没有乘以随机正交矩阵 3、探索更好的msgpack存储形式,优化访问速度 4、OSS工具 5、Result迁移OSS 6、全部数据集迁移到OSS 7、删除Face结构体 8、使用nori.s3重写s3模块和indexMsgpack 9 ...
分类:
其他好文 时间:
2019-06-07 10:38:48
阅读次数:
92
具体安装移步:https://www.cnblogs.com/ckAng/p/10981025.html 更多操作移步:https://github.com/ageitgey/face_recognition ...
分类:
其他好文 时间:
2019-06-06 12:30:06
阅读次数:
121
Face Collector(面收集器)控件的获取 ...
分类:
编程语言 时间:
2019-06-04 20:53:17
阅读次数:
367
源代码传送:https://github.com/itboyst/ArcSoftFaceDemo 开发环境准备:###开发使用到的软件和工具: Jdk8、mysql5.7、libarcsoft_face.dll(so)、libarcsoft_face_engine.dll(so)、libarcsof ...
分类:
编程语言 时间:
2019-06-03 17:35:17
阅读次数:
166
1 NX9+VS2012 2 3 #include <uf.h> 4 #include <uf_evalsf.h> 5 #include <NXOpen/Body.hxx> 6 #include <NXOpen/Face.hxx> 7 #include <uf_disp.h> 8 9 10 publ ...
分类:
编程语言 时间:
2019-05-31 21:37:50
阅读次数:
424