10kinds-light-face-detector-align-recognition
10kinds-light-face-detector-align-recognition copied to clipboard
10种轻量级人脸检测算法的比拼,其中还包含人脸关键点检测与对齐,人脸特征向量提取和计算距离相似度
您好我想问一下,如何评估arcface在自己的数据集上识别的准确率,是需要自己标注么,如果标注的话是什么格式的呢,视频流的识别准确率又是如何评估的呢,小白求解谢谢大神。

电脑装的cuda,Run_all_compare_time.py 里如果用GPU跑,报错如下: Input type (torch.FloatTensor) and weight type (torch.cuda.FloatTensor) should be the same 错误定位在 mtcnn_result, _ = mtcnn_detect.detect(srcimg)里,本人才学,代码能力一般,不知怎么修改,先用CPU了,等待作者和他人完善。
当测试图像为w70 h154 时 in facebox_dnn_result, _ = facebox_dnn_detect.detect(srcimg)facebox_dnn_result, _ = facebox_dnn_detect.detect(srcimg) in detect detections = self.net.forward() cv2.error: OpenCV(4.4.0) C:\Users\appveyor\AppData\Local\Temp\1\pip-req-build-hfoi92lm\opencv\modules\dnn\src\dnn.cpp:3466: error: (-215:Assertion failed) total(os[i]) > 0 in function 'cv::dnn::dnn4_v20200609::Net::Impl::getLayerShapesRecursively' 是不图像太小了,无法前向计算?需要修改resize?
小白一个,问下作者两者命名区分开,算法实现上区别是什么?
视频人脸识别
这个可以泛化到视频流人脸识别上么,大概怎么操作谢谢大神
阈值问题
#### 在detect_face_align_rec这个Python文件中,此句的threshold表示的是阈值还是一个评分呢,默认是0.65,但是输出发现识别我的图片都在1以上甚至有的达到了2.5以上,跟图片质量有关系么,谢谢 ` drawimg, threshold = srcimg.copy(), 0.65`
遇到报错 `Traceback (most recent call last): File "D:/Project/10kinds-light-face-detector-align-recognition-master/10kinds-light-face-detector-align-recognition-master/Run_all_compare_time.py", line 35, in retinaface_dnn_detect = retinaface_dnn(align=align) File "D:\Project\10kinds-light-face-detector-align-recognition-master\10kinds-light-face-detector-align-recognition-master\retinaface_detect_align_module.py", line 45, in __init__ self.net = RetinafaceDetector_dnn() File "D:\Project\10kinds-light-face-detector-align-recognition-master\10kinds-light-face-detector-align-recognition-master\retinaface\detector.py", line 121, in __init__ self.model...
RT,谢谢