libfacedetection icon indicating copy to clipboard operation
libfacedetection copied to clipboard

An open source library for face detection in images. The face detection speed can reach 1000FPS.

Results 61 libfacedetection issues
Sort by recently updated
recently updated
newest added

facedetectcnn.h在这个头文件中包含了facedetection_export.h库,但是在您的源码根目录中我没有找到它,烦请解释一下,谢谢

Hello ShiqiYu, Could you provide us an example in python with multi-treading? I'm in CPU, and I have a huge latency with my camera! the program is very slow?

什么时候可以检测68特征点?

为什么我的图像是640*480 8位黑白,在调用facedetect_cnn(pBuffer, (unsigned char*)(img->imageData), img->width, img->height, (int)img->widthStep); 会很卡顿,图像很卡。

于老师您好,我在树莓派4B上使用libfacedetection检测人脸的时候,发现当摄像机与人脸的距离变化时,在某一个特定距离检测出来的置信度变化很大,只要不是这个距离都可以得到很好的检测效果,但是一旦摄像机距离人脸大约35~40cm距离的时候,将检测到的人脸的置信度非常低(demo中的confidence),我使用的是项目自带的模型代码,请问这是模型的问题还是算法的问题?由于我需要被测人脸与摄像头的距离不断变化,请问这个问题应该怎么解决?

The score is very high "99". ![a out](https://user-images.githubusercontent.com/1028880/140281634-1680fd4f-ab2b-484e-b7ec-eabdb1ef4d97.png)

Hi, Yu: I can't find the directory "./models/" mentioned in your README file.

In my very good laptop it runs at 10 Hz in release mode! Any idea for improvement? Thanks