我是靠谱客的博主 烂漫小霸王,最近开发中收集的这篇文章主要介绍libfacedetection 余老师的人脸检测libfacedetection,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

https://github.com/ShiqiYu/libfacedetection

 

 

libfacedetection

This is an open source library for CNN-based face detection in images. The CNN model has been converted to static variables in C source files. The source code does not depend on any other libraries. What you need is just a C++ compiler. You can compile the source code under Windows, Linux, ARM and any platform with a C++ compiler.

SIMD instructions are used to speed up the detection. You can enable AVX2 if you use Intel CPU or NEON for ARM.

The model file has also been provided in directory ./models/.

examples/libfacedetectcnn-example.cpp shows how to use the library.

Examples

最后

以上就是烂漫小霸王为你收集整理的libfacedetection 余老师的人脸检测libfacedetection的全部内容,希望文章能够帮你解决libfacedetection 余老师的人脸检测libfacedetection所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(39)

评论列表共有 0 条评论

立即
投稿
返回
顶部